# Scatter

Initially, the scatter plot will be empty.&#x20;

Drag and drop or double-click signals from the signal list to the x/y or color signal fields to add them to the plot. This is basically the same as you would do with a time series plot (see: [Signal List](/docs/marple-insight/user-manuals/visualisation/signal-list.md#add-signals)) .

After adding some signals to the scatter plot, the plot should look something like this:

<figure><img src="/files/mjNnFSYg6TZfQYZFPzx7" alt=""><figcaption></figcaption></figure>

## Settings

When you click on the settings wheel, there are ample options to further configure the scatter plot.

<figure><img src="/files/IEEuHmwPvds0YMqSpzV8" alt=""><figcaption><p>The settings wheel</p></figcaption></figure>

### **Resample input signals**

You can turn on and off the resampling of the input signals and change the frequency of the resampling. See [Resampling](/docs/marple-insight/user-manuals/visualisation/resampling.md) for more details.

<div align="center"><figure><img src="/files/A4iD20qzpgWYz2pviX4Y" alt=""><figcaption></figcaption></figure></div>

### Change the bullet size

You can change the bullet size of the data points that are drawn on the plot to any desirable size.

### Change axes

You can exchange the X and Y-axes by clicking on the button **cycle through the signals.**

### Alter the limits of the X and Y-axes

Set the **limits** of the X and Y-axes

<figure><img src="/files/vI7YjEb1Ck8mX7pDNsxc" alt=""><figcaption></figcaption></figure>

### Show subsampling grid

You can turn on the display of a **subsampling grid.** This is useful for large datasets, as these are aggregated along a grid.

### Trend line

You can apply a trend line, and choose whether you want the trend line to be linear, quadratic or cubic.

<figure><img src="/files/FSgw3K1DVNnX9FNKiFq4" alt=""><figcaption></figcaption></figure>

* An example of a quadratic trendline

<figure><img src="/files/xmTrhjxmoyjdHEgJ0CfL" alt="" width="320"><figcaption></figcaption></figure>

* A linear trendline

  <figure><img src="/files/npTn2oLiBdTy7ow18ueV" alt="" width="327"><figcaption></figcaption></figure>
* A cubic trendline

<figure><img src="/files/IDXjbavYQEECGp7Kg5L5" alt="" width="327"><figcaption></figcaption></figure>

### **Filter outliers**

To filter out outliers, you will have to add another signal from the signal list, and set a unit beyond which data points will not be considered. You can add multiple filtering signals.

<figure><img src="/files/K0ZSWrF658JuuWtcxiC2" alt=""><figcaption><p>Filter out outliers</p></figcaption></figure>

### Add colour signal

Add a colour dimension to the plot by adding a new signal and configuring lower and upper bound colors

&#x20;&#x20;

<figure><img src="/files/jQAHKxpWZWbugRrPWYbr" alt=""><figcaption></figcaption></figure>


---

# 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://docs.marpledata.com/docs/marple-insight/user-manuals/visualisation/plot-types/scatter.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.
