# Plot types

Marple has eight plot types:

{% content-ref url="/pages/v03YcitlAMgBUua0ezh6" %}
[Time Series](/docs/marple-insight/user-manuals/visualisation/plot-types/time-series.md)
{% endcontent-ref %}

{% content-ref url="/pages/062YxDxK9jSk5z3ST4FW" %}
[Scatter](/docs/marple-insight/user-manuals/visualisation/plot-types/scatter.md)
{% endcontent-ref %}

{% content-ref url="/pages/Focf4ZGdxXI09nhdqyQ1" %}
[Map](/docs/marple-insight/user-manuals/visualisation/plot-types/map.md)
{% endcontent-ref %}

{% content-ref url="/pages/KTbnJR3aka8fuMv1YqLh" %}
[Frequency (FFT)](/docs/marple-insight/user-manuals/visualisation/plot-types/frequency-fft.md)
{% endcontent-ref %}

{% content-ref url="/pages/q98btqqlQUsuSJmS9GLV" %}
[Heatmap](/docs/marple-insight/user-manuals/visualisation/plot-types/heatmap.md)
{% endcontent-ref %}

{% content-ref url="/pages/Bo9PfiD0rMxRQhvmvaSL" %}
[Metadata](/docs/marple-insight/user-manuals/visualisation/plot-types/metadata.md)
{% endcontent-ref %}

{% content-ref url="/pages/P4TKuc5b0Ore0Fti3Zcz" %}
[State](/docs/marple-insight/user-manuals/visualisation/plot-types/state.md)
{% endcontent-ref %}

{% content-ref url="/pages/HIY7YcocpWR9mXFHBZ0V" %}
[Message](/docs/marple-insight/user-manuals/visualisation/plot-types/message.md)
{% endcontent-ref %}

You can also add aggregate views to your plot.

{% content-ref url="/pages/CgSsM4dUaSOxuH0ok2QP" %}
[Aggregates](/docs/marple-insight/user-manuals/visualisation/plot-types/aggregates.md)
{% endcontent-ref %}

In addition, Marple also features Aerospace specific plots.

{% content-ref url="/pages/t9kZHDtQVA2fL0HYn98k" %}
[Primary Flight Display](/docs/marple-insight/user-manuals/visualisation/plot-types/primary-flight-display.md)
{% endcontent-ref %}

{% content-ref url="/pages/rZ74oEPFODfcyWrAST3D" %}
[Attitude](/docs/marple-insight/user-manuals/visualisation/plot-types/attitude.md)
{% endcontent-ref %}

## Add plot to your project

If you start a new project, or a new tab within an existing project, you will be prompted to select a plot type.

<figure><img src="/files/5LTuYxFe4poFNDnqvUUq" alt=""><figcaption></figcaption></figure>

If you want to add a plot to an existing tab, click on the **Add Plot** button in the top right of your screen.

<figure><img src="/files/CpcoTRz619tET7kLomut" 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.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.
