Scatterplots visualize the relationship between two numeric variables in which one variable is displayed on the x-axis, and the other variable is displayed on the y-axis. You can use scatterplots with an imagery layer to examine the association between two image bands and identify features of interest. For each pixel, a point is plotted where the two variables intersect on the chart. When the resulting points form a nonrandom structure, a relationship exists between the two variables.
Optionally, a third numeric variable can be specified to proportionally size each point in the plot. This is sometimes referred to as a bubble plot.
Example
The scatterplot below visualizes the relationship between the Green and Near infrared spectral bands in an imagery layer created from a Sentinel-2 Level-2A image. These bands are useful for identifying water bodies.
- X-Axis—Green (Band 3)
- Y-Axis—Near infrared (Band 8)
You can draw a bounding box in the chart to make a selection.

Selected pixels are highlighted. In this example, the highlighted pixels in the scatterplot correspond to water bodies highlighted in the imagery layer shown below.

Data
The Data tab
configurations include the variables that are used to create a scatterplot, the statistics displayed on the chart, and symbol configurations.
Note:
Due to browser limitations and to improve performance, imagery layer charts may calculate the chart display, pixel count, and other statistics using a sample of pixels. As a result, the pixel counts in the chart may not accurately reflect pixel counts in the image source resolution.Variables
Scatterplots are composed of two number variables: X-axis number and Y-axis number.
Optionally, a number field can be chosen for Tooltip display field. The value from this field will appear in the tooltip for a point but will not be used as a variable.
Statistics
A regression equation is calculated, and the associated trend line and R² value can be plotted on the scatterplot. The trend line models the linear relationship between x and y, and the R² value quantifies how well the data fits the model. These statistics are only relevant for linear relationships. The Show linear trend parameter is used to display and remove the trend line from the scatterplot. To change the style, width, and color of the trend line, click the color swatch for the Trend line style parameter.
When small x-values correspond to small y-values, and large x-values correspond to large y-values (line sloping upward), this indicates a positive correlation. When small x-values correspond to large y-values, and large x-values correspond to small y-values (line sloping downward), this indicates a negative correlation.
Note:
It is important to note that x being correlated to y does not imply that x causes y.
Symbol
You can change the size and color of the symbols on a scatterplot.
Size
Scatterplot points have the following size options:
- Fixed—All symbols are the same size.
- Proportional—Symbol size is determined by the value of a chosen number field.
Axes
The Axes tab
configurations are used to change the specifications for the x- and y-axes. Both axes include configurations for scale, minimum and maximum bounds, and number formatting.
Logarithmic scale
By default, scatterplot axes are displayed on a linear scale. You can display one or both axes on a logarithmic scale using the Logarithmic scale toggle button.
Logarithmic scales are useful when visualizing data with large positive skew when the majority of data points have a small value, with a few data points with very large values. Changing the scale of the axis does not change the value of the data—only the way it is displayed.
Linear scales are based on addition, and logarithmic scales are based on multiplication.
On a linear scale, each increment on the axis represents the same distance in value. For example, in the axis diagram below, each increment on the axis increases by adding 10.

On a logarithmic scale, increments increase by magnitudes. In the axis diagram below, each increment on the axis increases by multiplying by 10.

Note:
Logarithmic scales cannot display negative values or zero. The Logarithmic scale button is disabled for a variable containing negative values or zeros.
Axis bounds
The default minimum and maximum axis bounds are set based on the range of data values represented on the axis. You can customize these values by providing a new axis bound value. Click Reset to revert the axis bound to the default value.
Number format
You can format the way the axes display numeric values by specifying the number of decimal places and whether to include a thousands separator.
Guides
The Guides tab
configurations are used to add guides or guide ranges to the chart.
Guide lines or ranges can be added to charts as a reference or way to highlight significant values. Guides are added by clicking the Add guide button then choosing Add X-axis guide or Add Y-axis guide.
To create a guide line, enter a Start value where you want the line to draw. To create a guide range, enter a Start value and an End value. You can also change the appearance of the guide line or range. For lines, the style, width, and color can be updated. For ranges, the fill color can be updated.
You can optionally change the name of the guide using the Guide name parameter and add text to your guide using the Guide label parameter (for example, Median).
You can choose whether the guide renders on top of the chart or under the chart using the In front and In back buttons in the Display parameter.
Format
The Format tab
configurations are used to change the look of the chart by formatting text and symbol elements.
Chart formatting options include the following:
- Text elements—Size, color, and style of the font used for the chart title, x-axis title, y-axis title, legend title, description text, legend text, and axis labels. You can change the format for multiple elements at once by pressing Ctrl and clicking to select the elements.
- Symbol elements—Color, width, and style (Solid, Dot, or Dash) for grid and axis lines and the background color of the chart.
General
The General tab
configurations are used to update the titles for the chart, axes, and legend.
The default titles for charts and axes are based on the variable names and chart type. You can edit or turn off the titles on the General tab. You can also provide a title in the Legend title parameter. The Legend alignment can be set as Right, Left, Top, or Bottom. You can also add a chart description in the Description parameter. A description is a block of text that appears at the bottom of the chart window.
Resources
Use the following resources to learn more: