> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/visualization-library/boxplot.md).

# Boxplot

Box plots summarize the distribution of data using quartiles, median, and range. The box represents the interquartile range (middle 50% of values), the line inside the box indicates the median, the whiskers show the overall spread, and any points beyond the whiskers represent potential outliers. The intelligence sheet can calculate the inter-quartile ranges based on the input values provided.&#x20;

{% hint style="info" %}
Box plots are ideal for comparing the distribution of metrics such as revenue, sales, delivery times, or customer satisfaction scores across regions, products, or time periods.
{% endhint %}

### Configure a boxplot

Follow the steps outlined to create a boxplot:

1. Select the **Charts 100+** visual.
2. **Chart type:** Select **Boxplot** from the **Statistical** section.&#x20;
3. **Category**: Assign dimensions such as *Month* to plot on the x-axis.
4. **Boxplot**: Add measures to analyze, such as revenue across regions or profit for a product rang&#x65;*.*

<figure><img src="/files/AQSYUl4vYW2uhWpgwM5F" 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.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/visualization-library/boxplot.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.
