Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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
Next Next commit
DOC: Fix mistake in code example.
  • Loading branch information
danielballan committed Dec 6, 2016
commit 19023d2c6f9f1130b1b8d9c682fd6fd9cf33c2d9
2 changes: 1 addition & 1 deletion doc/users/dflt_style_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ default. The default face color is now ``'C0'`` instead of ``'b'``.
The previous defaults can be restored by setting::

mpl.rcParams['patch.force_edgecolor'] = True
mpl.rcParams['patch.facecolor'] = True
mpl.rcParams['patch.facecolor'] = 'b'

or by setting::

Expand Down