# Box and Whisker Plots

{% hint style="success" %}
Box plot is a tool to visually represent the range, interquartile range, median, mode, outliers, and all quartiles.
{% endhint %}

![A box & whisker plot shows a "box" with left edge at Q1 , right edge at Q3 , the "middle" of the box at Q2 (the median) and the maximum and minimum as "whiskers".](/files/-LzIpbuM2e_5oIzFzSyF)

### Outliers in Box and Whisker Plots

The standard definition for an outlier is **the number which is less than Q1 or greater than Q3 by more than 1.5 times the interquartile range** ( IQR=Q3−Q1 ).

![An outlier is any number less than Q1−(1.5×IQR) or greater than Q3+(1.5×IQR).](/files/-LzIq5z8p0_-Y96PapO7)


---

# 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://ai.nuhil.net/statistics/box-and-whisker-plots.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.
