> ## Documentation Index
> Fetch the complete documentation index at: https://docs.explo.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Scatter Plot

## Data Configuration

#### Chart Type

You can read about this section [here](/creating-dashboards/visualizations/data-tab#chart-type).

#### X-Axis

This section defines which field will map to the x coordinate for each point on the scatter plot.

#### Y-Axis

This section defines which field will map to the y coordinate for each point on the scatter plot.

#### Group By

This section is for grouping on the scatter plot. If there is a column in this section, each point
will be colored based on the value in this column for that point.

<Note>
  Grouping is only available when the type of the `X Axis` field is numerical.
</Note>

#### Filter

This section is for filtering the chart based on certain columns. You can read about chart filtering [here](/creating-dashboards/visualizations/data-tab#filter).

## Formatting

#### Header

Read about the `Header` section [here](/creating-dashboards/visualizations/format-tab/overview#header).

#### X-Axis

Read about the `X Axis` section [here](/creating-dashboards/visualizations/format-tab/x-axis).

#### Y-Axis

Read about the `Y Axis` section [here](/creating-dashboards/visualizations/format-tab/y-axis).

#### Enable Download

Read about the `Enable Download` section [here](/creating-dashboards/visualizations/format-tab/overview#enable-download).

#### Scatter Plot Chart

* **Marker Radius:** This will specify the size of the points on the scatter plot.
* **Label:** This will specify the title at the top of the tooltip when hovering over a point on the scatter plot.
* **Use Jitter to Spread Points:** This section will spread points out while still being clustered within a group if the X Axis is categorical.

#### Data Labels

Read about the `Data Labels` section [here](/creating-dashboards/visualizations/format-tab/data-labels).

#### Legend

Read about the `Legend` section [here](/creating-dashboards/visualizations/format-tab/legends).

#### Colors

Read about the `Colors` section [here](/creating-dashboards/visualizations/format-tab/overview#colors).

#### URL Link

Read about the `URL Link` section [here](/creating-dashboards/visualizations/format-tab/overview#url-link).

#### No Data Configuration

Read about the `No Data Configuration` section [here](/creating-dashboards/visualizations/format-tab/overview#no-data-configuration).

#### Expose Underlying Data

Read about the `Expose Underlying Data` section [here](/creating-dashboards/drilldowns/underlying-data-drilldowns).
