# Working with graphs

If the program is launched in the interpretation mode on the robot or in the two-dimensional model, you can see the readings of the robot sensors on the graph in the [special window](/en/studio/interface.md#panel-graphics).

![](/files/-MOhzZw8oO8ZkQpdNSLm)

The graph is scaled automatically so that the readings curve fits entirely in height.

From the drop-down list below you can select a sensor, the values ​​from which will be displayed on the graph.

![](/files/-MOhxIQ7udOGV5XEK-F0)

When you hover over a point on the graph, the value at that point will be displayed.

![](/files/-MOhxcsFKE9Jv0x8NkIT)

To the right of the graph there are four buttons for working with it:

| Button                                                                                                                                      | Description                                                                                                                                           |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="https://thumb.tildacdn.com/tild3562-3134-4334-b733-656135373766/-/resize/130x/-/format/webp/lupa.png" alt="" data-size="line">    | Change the scale of the graph.                                                                                                                        |
| <img src="https://thumb.tildacdn.com/tild3137-3366-4161-a439-333565313762/-/resize/130x/-/format/webp/error.png" alt="" data-size="line">   | Clear the graph.                                                                                                                                      |
| <img src="https://thumb.tildacdn.com/tild3230-3336-4439-a336-336265386165/-/resize/130x/-/format/webp/save_as.png" alt="" data-size="line"> | Export graph readings in .csv (comma-separated value) format. All readings of the selected sensor from the beginning of their recording are exported. |


---

# 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://help.trikset.com/en/studio/interface/graphics.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.
