Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 26e762d

Browse filesBrowse files
committed
DOC: make boxplot color figure smaller
1 parent f694505 commit 26e762d
Copy full SHA for 26e762d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎examples/statistics/boxplot_color_demo.py

Copy file name to clipboardExpand all lines: examples/statistics/boxplot_color_demo.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
all_data = [np.random.normal(0, std, size=100) for std in range(1, 4)]
1616
labels = ['x1', 'x2', 'x3']
1717

18-
fig, axes = plt.subplots(nrows=1, ncols=2, figsize=(12, 5))
18+
fig, axes = plt.subplots(nrows=1, ncols=2, figsize=(9, 4))
1919

2020
# rectangular box plot
2121
bplot1 = axes[0].boxplot(all_data,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.