> 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/zooming.md).

# Zooming

When you zoom in your plot, you basically select the limits of the x-axis or time series axis.

To zoom in and out, either scroll with your mouse or use your right mouse and select the part of the plot in which you want to zoom.

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

You will see that the time series values on the x-axis adapt and possibly even change unit. Lost in time after zooming? In the bottom right of the time series plot, you will also always see the context of the unit.

<figure><img src="/files/swbqiJEOX2ZB28ZE1Iod" alt="" width="375"><figcaption></figcaption></figure>

To reset zooming, click the reset zoom button in the top of right of the time series plot.

<figure><img src="/files/8Am5G2JR9m7uMBOttBRc" alt="" width="563"><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/zooming.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.
