8000 Make plot titles consistent · matplotlib/matplotlib@6f19e8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f19e8a

Browse files
committed
Make plot titles consistent
1 parent 8ce3404 commit 6f19e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/users/dflt_style_changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ cycle.
496496
for j in range(N)]
497497
498498
demo(ax1, {'facecolor': 'C0'}, 'classic')
499-
demo(ax2, {}, '2.x')
499+
demo(ax2, {}, 'v2.0')
500500

501501

502502
If the facecolor is set via the ``facecolors`` or ``color`` keyword argument,
@@ -590,7 +590,7 @@ The default value of the ``align`` kwarg for both
590590
591591

592592
ax1.set_title("classic")
593-
ax2.set_title('2.0')
593+
ax2.set_title('v2.0')
594594

595595
demo(ax1.bar, {'align': 'edge'})
596596
demo(ax2.bar, {})

0 commit comments

Comments
 (0)
0