You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/box-plots.md
+11-10
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ jupyter:
5
5
text_representation:
6
6
extension: .md
7
7
format_name: markdown
8
-
format_version: "1.1"
9
-
jupytext_version: 1.1.1
8
+
format_version: '1.2'
9
+
jupytext_version: 1.3.1
10
10
kernelspec:
11
11
display_name: Python 3
12
12
language: python
@@ -30,10 +30,10 @@ jupyter:
30
30
order: 2
31
31
page_type: example_index
32
32
permalink: python/box-plots/
33
-
thumbnail: thumbnail/box.jpg
34
33
redirect_from:
35
-
- /python/box/
36
-
- /python/basic_statistics/
34
+
- /python/box/
35
+
- /python/basic_statistics/
36
+
thumbnail: thumbnail/box.jpg
37
37
---
38
38
39
39
A [box plot](https://en.wikipedia.org/wiki/Box_plot) is a statistical representation of numerical data through their quartiles. The ends of the box represent the lower and upper quartiles, while the median (second quartile) is marked by a line inside the box. For other statistical representations of numerical data, see [other statistical charts](https://plot.ly/python/statistical-charts/).
0 commit comments