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

# Scatter Plot

> Represent the relationship between two numerical variables. Each data point is plotted as a dot on a Cartesian coordinate system

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/upsolve/K_3XAKoFAbXHl92p/images/content/charts/scatter-plot.png?fit=max&auto=format&n=K_3XAKoFAbXHl92p&q=85&s=8ab24096029e433d48eee075a653d4b4" width="2120" height="896" data-path="images/content/charts/scatter-plot.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/upsolve/K_3XAKoFAbXHl92p/images/content/charts/scatter-plot-dark.png?fit=max&auto=format&n=K_3XAKoFAbXHl92p&q=85&s=362b2b8b3abbd59d92232c6678d99d08" width="2122" height="826" data-path="images/content/charts/scatter-plot-dark.png" />
</Frame>

## Configuration

<ResponseField name="X-axis" type="numeric" required>
  The independent variable
</ResponseField>

<ResponseField name="Y-axis" type="numeric" required>
  The dependent variable
</ResponseField>

<ResponseField name="Layer" type="string or numeric" required>
  Name of the data point layer
</ResponseField>
