> For the complete documentation index, see [llms.txt](https://docs.marpledata.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.marpledata.com/docs/marple-insight/user-manuals/analysis/plot-types/time-series/cursors.md).

# Cursors

Cursors in Marple Insight are used to display the values of visualized signals at specific points on the time axis.&#x20;

When a second cursor is added, Marple can perform calculations between the two.

Marple can calculate the difference, minimum value, maximum value, and mean between the two cursors.&#x20;

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

### **Placing a Primary Cursor**

Simply click on the desired point in the time series plot to place the cursor.

### **Placing a Secondary Cursor**

Hover over the plot and press the **Space bar**, or click the "Enable Secondary Cursor" button in the toolbar above the plot.

<figure><img src="/files/1jwDgsXnn5TTC8CrdGif" alt="" width="265"><figcaption></figcaption></figure>

To remove the secondary cursor, press **Escape** or click the secondary cursor button again.

### **Calculations Between Cursors**&#x20;

These results are displayed to the left of the plot, between the primary cursor (solid line) and the secondary cursor (dotted line).

<figure><img src="/files/fPg2vq26xaTt6h35YngV" alt="" width="303"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.marpledata.com/docs/marple-insight/user-manuals/analysis/plot-types/time-series/cursors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
