Scatter Chart

Watch Video: Creating a Chart (Group Without Format)

This video might show an earlier version of the feature or operation that differs in minor ways from the current version.

A Scatter Chart is a Point Chart in which both the X and Y axes represent measures. (A scatter chart can also be enhanced with a 'Size' measure to create a Bubble Chart. See below.)

What is a measure? What is a dimension?

A measure is generally used for aggregation, for example summation, averaging, correlation, etc., within a Crosstab, Chart, Text component, or Gauge. Adding a measure to the ‘Y’ region in a chart displays the computed aggregates by using locations on the Y-axis. Adding a measure to the ‘X’ region displays the computed aggregates by using locations on the X-axis. You can also display aggregates by using color, shape, size, or label.

A dimension is used to break-down the dataset into multiple groups, often within a Crosstab, Chart, or Selection List. Adding a dimension to the ‘X’ region of a Chart distinguishes the different dimension groups by location on the X-axis. Adding a dimension to the ‘Y’ region distinguishes the different dimension groups by location on the Y-axis. You can add multiple dimensions into the ‘X’ or ‘Y’ regions of a Chart, or into the ‘Rows’ or ‘Columns’ regions of a Crosstab, to create multiple grouping levels. You can also distinguish groups in a dimension by using color, shape, size, or label in a Chart.

galleryScatter8

To create a scatter chart, follow the basic steps below:

If you are new to charting, see the following sections first:

Configure Your Data…​

The data source for the chart (data block or data model) should represent dimensions and measures as independent columns or fields, as shown below. See Prepare Your Data for information on how to manipulate your data, if it is not currently in this form. (Note: A properly designed data model will already have the correct structure.)

dataStructureCharts

In some cases (e.g., Pie Chart), you may want your data to provide just a single measure. In other cases (e.g., Line Chart), you may want the data to supply multiple measures. If the data does not provide the correct number of measures, you may be able to alter the number of measures to suit the needs of the chart by “pivoting” or “unpivoting” the data. See Pivot Data in Prepare Your Data for more information about this procedure.

Open a Chart for Editing…​
Watch Video: Create a Chart (Open the Chart Editor)

This video might show an earlier version of the feature or operation that differs in minor ways from the current version.

Follow the steps below to get started with a new Chart. See Basic Charting Steps for more details.

  1. If necessary, create a new Dashboard. (See Create a New Dashboard.)

  2. From the Toolbox panel, drag a Chart component into the Dashboard.

    addingChart

  3. Resize the Chart as desired by dragging the handles.

    resizeChartHandle 1

  4. Press the ’Edit’ button in the center of the Chart or press the ‘Edit’ button edit in the top-right corner.

    ChartEditButton

    This opens the same Visualization Recommender available for creating a new Dashboard. (See Create a New Dashboard.)

  5. To bypass the Recommender, press the ‘Full Editor’ button edit at the top right to open the Chart Editor.

    ChartEditorIntro

  1. Press the ‘Select Chart Style’ button auto chart type. Choose the ‘Point’ style. Press the ‘Apply’ button submit.

    pointChartExp1

  2. From the ‘Dimensions’ folder of the Data Source panel, drag a desired dimension to the 'Color', 'Shape', or 'Size' region.

    galleryScatter1

    To convert a measure to a dimension, right-click the measure in the data source and select ‘Convert to Dimension’.
  3. Optional: You can add additional dimensions to the Chart if desired. See Trellis Chart (Grid) for information about adding multiple dimensions to a chart axis.

  4. From the ‘Measures’ folder of the Data Source panel, drag a measure to the ‘X’ or ‘Y’ region. This places the selected field onto the chart as a measure.

    galleryScatter2

    To convert a dimension to a measure, right-click the dimension in the data source and select ‘Convert to Measure’.
  5. Press the ‘Edit Measure’ button measure setting next to the measure, and select the desired aggregation method for the measure.

    For a scatter plot you may not want any aggregation at all. In this case, select ‘None’ as the aggregation method.

    galleryScatter3

  6. From the ‘Measures’ folder of the Data Source panel, drag a second measure to the ‘X’ or ‘Y’ region. (Use the region that does not already contain the first measure.)

    galleryScatter4

  7. Press the ‘Edit Measure’ button measure setting next to the second measure, and select the desired aggregation method for the measure. Press the ‘Apply’ button submit.

    galleryScatter5

    This creates the desired scatter chart.

    galleryScatter6

  8. Optional: To resize the legend to a single column, drag the left border of the legend to the right.

  9. Optional: You can add additional measures to the Chart if desired. See Multiple Measure Chart for more information about adding multiple measures to a chart axis. See Basic Charting Steps for information on how to add measures using color, shape, or size representation.

    galleryScatter7

  10. Press the ‘Finish’ button submit to close the Editor.

You can proceed to edit the titles, legend, etc. See Basic Charting Steps and Chart Properties for more information. See Add Data Format for information on how to format text on a Chart.

Explore More…​

The sample Census Dashboard (in the ‘Examples’ folder) provides an example of a scatter chart.

galleryMultipleMeasure3

To explore this sample Dashboard, download and import the Census Dashboard into your environment. (This requires access to Enterprise Manager.) See Import and Export Assets for instructions on how to import.