Skip to content

Commit 19023d2

Browse files
committed
DOC: Fix mistake in code example.
1 parent a37bfbe commit 19023d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/dflt_style_changes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ default. The default face color is now ``'C0'`` instead of ``'b'``.
551551
The previous defaults can be restored by setting::
552552

553553
mpl.rcParams['patch.force_edgecolor'] = True
554-
mpl.rcParams['patch.facecolor'] = True
554+
mpl.rcParams['patch.facecolor'] = 'b'
555555

556556
or by setting::
557557

0 commit comments

Comments
 (0)