# Graphing

Graphing in Mito is designed to help you build intuition about your data and create presentation-ready graphs to communicate insights. Mito creates interactive and customizable graphs using the [Plotly Express](https://plotly.com/python/plotly-express/) open source graphing library.

Like everything in Mito, when you create a graph, Mito generates the equivalent Python code so have complete control of your analysis.

<figure><img src="/files/6b4w1pyH132JRJdUAWOM" alt=""><figcaption><p>Creating a graph in Mito</p></figcaption></figure>

### How to create a graph in Mito

There are a few steps to creating a graph in Mito:

{% content-ref url="/pages/hSvqYlWsHGvcWhWwlhye" %}
[Graph Creation](/how-to/graphing/graph-creation.md)
{% endcontent-ref %}

{% content-ref url="/pages/f9l4UvyTihoN7Sd7pJEz" %}
[Graph Styling](/how-to/graphing/graph-styling.md)
{% endcontent-ref %}

{% content-ref url="/pages/Kg1h6EFLTOoI12UsEZMf" %}
[Graph Export](/how-to/graphing/graph-export.md)
{% endcontent-ref %}


---

# 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.trymito.io/how-to/graphing.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.
