# Scatter chart

### When should we use a scatter chart? <a href="#od_89fc757a" id="od_89fc757a"></a>

A scatter chart, also known as a scatter plot, is a two-dimensional graphical representation of a set of data points. Each data point in a scatter chart is represented by a marker (such as a dot) that is placed on the chart based on its values for two variables - one plotted along the horizontal axis (X-axis) and the other along the vertical axis (Y-axis).

### Create a scatter chart&#x20;

Read this section to learn about how to create a chart [here](/visualizations/create-a-chart.md)&#x20;

### Style a scatter chart&#x20;

Read [this section](/custom-charts/quick-styling-toolbar.md) to learn about how to use quick styling toolbar&#x20;

### Advanced styling options&#x20;

Read this section to learn about styling chart with many advanced options [here](/custom-charts/right-styling-panel.md)&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.dataflake.co/visualizations/chart-types/scatter-chart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
