8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce3404 commit 6f19e8aCopy full SHA for 6f19e8a
doc/users/dflt_style_changes.rst
@@ -496,7 +496,7 @@ cycle.
496
for j in range(N)]
497
498
demo(ax1, {'facecolor': 'C0'}, 'classic')
499
- demo(ax2, {}, '2.x')
+ demo(ax2, {}, 'v2.0')
500
501
502
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
590
591
592
ax1.set_title("classic")
593
- ax2.set_title('2.0')
+ ax2.set_title('v2.0')
594
595
demo(ax1.bar, {'align': 'edge'})
596
demo(ax2.bar, {})
0 commit comments