# Data Visualization

After you have created your notebook, we will go through some basic visualization tools (in case you missed how to create one, click [here](/graphite-note-documentation/notebooks/my-first-notebook.md)).

> *Data visualization gives us a clear idea of what the information means by giving it visual context through maps or graphs. This makes the data more natural for the human mind to comprehend, making it easier to identify trends, patterns, and outliers within large data sets.*

Once you have created a notebook, to visualize we have to:

1. Select *New visualization*

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

2. Select a dataset; a CSV file you uploaded or a dataset obtained from a model you ran.

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

3. Select Visualization Type. Depending on what you want, you can select:

### Combination Graph

<figure><img src="/files/b17Isofx2vf4GRtnIajH" alt="" width="204"><figcaption><p>Combination Graph</p></figcaption></figure>

1. Select *Add category*; represents the abscissa of the coordinate system.

&#x20; 2\.   Select *Add series*; which represents the ordinate of the coordinate system.\
With a wide range of colors, you can choose different types of chart lines.

<figure><img src="/files/ewZEbdapcIComsXzIIto" alt=""><figcaption><p>Combination Graph Infos</p></figcaption></figure>

<figure><img src="/files/XXEGKBoxQanJJ0BPTGTg" alt=""><figcaption><p>Combination Graph example</p></figcaption></figure>

### Table

<figure><img src="/files/sN4f0B1UWS6ngEtdTIwK" alt="" width="205"><figcaption><p>Table</p></figcaption></figure>

1. Select *Add column*; create a table from selected columns.

<figure><img src="/files/D5N8YOlPHimj7io0ncOj" alt=""><figcaption><p>Table example</p></figcaption></figure>

### Pie Chart

<figure><img src="/files/BNw2p9cJDXP8i2sp2eZc" alt="" width="204"><figcaption><p>Pie Chart</p></figcaption></figure>

1. Select *Add category*; which represents the abscissa of the coordinate system.
2. Select *Add  series*; which represents the ordinate of the coordinate system.

<figure><img src="/files/RxhdbUfYcXC2HB6nd0uf" alt=""><figcaption><p>Pie Chart Infos</p></figcaption></figure>

<figure><img src="/files/5crNSufO1OaeCNHHMQie" alt=""><figcaption><p>Pie Chart Example</p></figcaption></figure>

### Scatter Chart

<figure><img src="/files/r9CJSrGQU2KtWK1UyZPS" alt="" width="212"><figcaption><p>Scatter Chart</p></figcaption></figure>

1. Select *Add* for Primary Measure
2. Select *Add series*; which represents the ordinate of the coordinate system.

<figure><img src="/files/zeRu3OmkKf7H3J7bVRlW" alt=""><figcaption><p>Scatter Chart Infos</p></figcaption></figure>

<figure><img src="/files/g9nrC9DqabjBbLDpdIS5" alt=""><figcaption><p>Scatter Chart Example</p></figcaption></figure>

You can create visualizations with different datasets - there is no restriction that all visualizations within a Notebook must be created from the same dataset.&#x20;


---

# 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.graphite-note.com/graphite-note-documentation/notebooks/data-visualization.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.
