# Time Series

The Time Series Plot is the standard plot type in Marple. It’s also the most versatile!&#x20;

Within Marple time series plots, you can visualise multiple signals in one plot. Just select as many signals as you would like (see [Signal List](/docs/marple-insight/user-manuals/visualisation/signal-list.md)).

This is also the goal of the platform. We want to show the correlation between signals as good as possible.

## Plot Signals

Once your signals have been added to a Time Series Plot, they will appear in a dialog on the left of your time series plot.

<figure><img src="/files/SKFyLMsJEjc0P3iTyqWO" alt="" width="563"><figcaption><p>Signals in your plot</p></figcaption></figure>

Each signal will be assigned a default colour, and grouped together with signals that have the same limits or y-axis.

## Selecting Signals

By clicking on a signal, if this signal is part of a signal group, the entire signal group will be selected.&#x20;

You will notice if the signal is part of a group if the background of multiple signals becomes grey and there is a continues left line next to the selected signals.

<div align="center"><figure><img src="/files/PQ8VHzmV1Fg3AnFjIv6Y" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
If you would like to change the settings of an individual signal, click again on the signal in the group.
{% endhint %}


---

# 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/time-series.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.
