# Small Multiples

## :question:What It Can Do for You

&#x20; Small Multiples gives a bird's-eye view of a single numeric variable over all other variables in the dataset. Small Multiples enables you to instantly understand the overall relationship between the selected variable and the other variables by showing you the relevant charts.

## :page\_with\_curl:How to Use

&#x20;  To use Small Multiples, all you have to do is to just select one of the numeric variables. Then, Small Multiples will generate multiple charts of two types that reveals you the relationship between the selected variable and the others. One is a scatterplot for a numeric variable, the other is a bar chart for a categorical variable.

&#x20;  For instance, if you want to understand the relationship between a key metric variable, such as profit, and all other variables, simply pick profit as a y variable in Small Multiples.<br>

<figure><img src="/files/50IXodf6R2V1vtNcMXWB" alt=""><figcaption></figcaption></figure>

&#x20;  If you simply want to look at the link between profit and all other factors in Texas, you can use the Record Filter feature just as below.

<figure><img src="/files/bcb4l5BspPlcuUguMscy" alt=""><figcaption><p>All simplified scatterplots that show the relationship between profit and numeric variables are located on the top,<br>whereas bar charts for categorical variables are located on the bottom.</p></figcaption></figure>

&#x20;  From there, perhaps the relationship between profit and product category in Texas catches your attention. Then, simply move your cursor over the bar chart titled as "Category" and click the Smart Plot symbol that appears in the upper right corner of the chart.&#x20;

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


---

# 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://public.heartcount.io/visual-discovery/small-multiples.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.
