Skip to content

Docs edits #7574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 7, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
DOC: Use log scale in boxplot style change example.
  • Loading branch information
danielballan committed Dec 6, 2016
commit e265e08eb4c4765b6c429998fb2eea585207e7d9
3 changes: 2 additions & 1 deletion doc/users/dflt_style_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,8 @@ obscuring data too much.
old.boxplot(data, labels=['A', 'B', 'C', 'D'])
old.set_title('classic')

new.set_ylim(bottom=0)
new.set_yscale('log')
old.set_yscale('log')

The previous defaults can be restored by setting::

Expand Down