Skip to content

Commit e265e08

Browse files
committed
DOC: Use log scale in boxplot style change example.
1 parent 19023d2 commit e265e08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/users/dflt_style_changes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,8 @@ obscuring data too much.
432432
old.boxplot(data, labels=['A', 'B', 'C', 'D'])
433433
old.set_title('classic')
434434

435-
new.set_ylim(bottom=0)
435+
new.set_yscale('log')
436+
old.set_yscale('log')
436437

437438
The previous defaults can be restored by setting::
438439

0 commit comments

Comments
 (0)