> For the complete documentation index, see [llms.txt](https://docs.powerviz.ai/powerviz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerviz.ai/powerviz/heatmap/advanced-settings-introduction/small-multiples.md).

# Small Multiples

The Small Multiples feature in Powerviz heatmaps enables you to create multiple heatmaps side by side, each representing different subsets or categories of data. This setting allows for easy comparison across various dimensions or periods, making it simpler to identify patterns and trends across multiple data segments in a unified view.

{% hint style="success" %} <mark style="color:green;">Tip: To enable small multiples:</mark>

<mark style="color:green;">Drag the Desired Field: Add the field to the Columns bucket in your visualization.</mark>

<mark style="color:green;">Expand Hierarchy: Use the native drill-down option to expand the hierarchy for a detailed view.</mark>
{% endhint %}

<figure><img src="/files/9AjYZX0Df8oggAVh2GfH" alt=""><figcaption></figcaption></figure>

#### Layout

* Column Count: Specify the number of columns to display in the small multiples layout.
* Height %: Define the height percentage for each small multiple.
* Column Gap: Set the gap size between columns.
* Row Gap: Set the gap size between rows.

#### Header

Header Options:

* None: No header.
* Title Only: Display only the title.
* Title and Total Value: Display both the title and total value.

#### Font Settings:

* Font Size: Set the font size for the header text.
* Color: Choose the color for the header text.
* Font Family: Select the font family for the header text.
* Styling: Apply text styling options such as Bold, Italic, and Underline.
* Alignment: Set the alignment of the header text to Right, Center, or Left.

Position: Choose the position of the header as Top or Bottom.

#### General Settings

* Color: Set the main color for the small multiples.
* Alternate Background Color: Choose an alternate background color to enhance visual distinction.
* Enable Border: Turn on the border around each small multiple.
* Border Width: Specify the width of the border.
* Border Color: Choose the color for the border.<br>

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

Example

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.powerviz.ai/powerviz/heatmap/advanced-settings-introduction/small-multiples.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
