# Charts

To unfold the Chart area, click Open Chart in the Run Bar.

![](https://2667914601-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LGZcALyOGDKb9q0wdJ5%2F-MLn9PGzDNofT1yKPVQG%2F-MLn9jcKwlzm72n4Cfcg%2Fimage.png?alt=media\&token=d9a42b1f-1222-45cc-bceb-7fd1e544362c)

Charts make it possible to plot multiple variables while running your diagrams, to visualise possible outcomes, and help you monitor certain parameters either standalone or in relationship to others.

{% hint style="success" %}
To plot, right-click any Pool or Register in your diagram and select *Show in Chart* from the contextual menu. If you want to plot multiple Pools, select them all, and tick "Show in Chart" in the Common Properties panel on the right.
{% endhint %}

### Plotting

Once you've selected the Nodes you want to plot, clicking the downward arrow on the right of a Node in the Chart area.&#x20;

![](https://2667914601-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LGZcALyOGDKb9q0wdJ5%2F-MLmzlPSePIE5PxLbhWf%2F-MLn4_QS_tdxKvTDlweu%2Fimage.png?alt=media\&token=08dd1531-8dc7-4062-a982-6fc27f0be71c)

In this contextual menu you can:

1. **Change the colour** used in the Chart for plotting (it defaults to the Node's colour, set in the Style section of the Properties panel of each Node). :bangbang: **Note that the default is the colour of the Node itself**, not the colour of the Resources it processes. A Pool, for example, may contain Resources of different colours.
2. **Choose the plotting method:**&#x20;
   1. You can choose this for each Node, individually, or click **Apply to all**, once you've set the method for one of the Nodes
   2. The default plotting method is **Area Chart**
   3. There are 2 other options: **Bar** and **Line**

{% hint style="info" %}
To better understand the difference between Pool and Resources colours, read more about it here:
{% endhint %}

{% hint style="info" %}
On the y-axis Machinations plots the values of the Pools.

The x-axis represents the number of Steps executed.
{% endhint %}

### Exports

Currently, there are 2 options:

<div align="left"><img src="https://2667914601-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LGZcALyOGDKb9q0wdJ5%2F-MLnC9tIWpo-bQNrFx2n%2F-MLnDZfJD9bB5FxeAShY%2Fimage.png?alt=media&#x26;token=2003badf-2a4b-4a97-8e20-914da89d53e7" alt=""></div>

1. a CSV of the values of simulations
2. a PNG of the chart

### Run History

When Multiple Runs are performed, each execution will be listed under Run History. Select one of the Runs, to focus on it. Hover over the Chart area and view the Nodes' values at each Step.

![](https://2667914601-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LGZcALyOGDKb9q0wdJ5%2F-MLnC9tIWpo-bQNrFx2n%2F-MLnEtkO42vIPi4T-0DE%2Fimage.png?alt=media\&token=260ac7b1-04ec-4084-ac51-3fe81d3243a1)

{% hint style="success" %}
Use the Clear Chart button to clear the chart content.
{% 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://machinations.gitbook.io/docs/simulations/charts.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.
