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

Skip to content

Commit f8ad443

Browse files
committed
DOC: minor documentation tweaks
1 parent adcaaaf commit f8ad443

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/users/dflt_style_changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ default. The default face color is now ``'C0'`` instead of ``'b'``.
500500
with rc_context(rc=rcparams):
501501
ax_top.pie(fracs, labels=labels)
502502
ax_top.set_aspect('equal')
503-
ax_mid.bar(range(len(fracs)), fracs, tick_label=labels, align='center')
503+
ax_mid.bar(range(len(fracs)), fracs, tick_label=labels)
504504
plt.setp(ax_mid.get_xticklabels(), rotation=-45)
505505
grid = np.mgrid[0.2:0.8:3j, 0.2:0.8:3j].reshape(2, -1).T
506506

@@ -559,7 +559,7 @@ The default value of the ``align`` kwarg for both
559559
demo(ax4.barh, {'align': 'edge'})
560560

561561

562-
To restore the previous default explicitly pass the kwarg
562+
To restore the previous behavior explicitly pass the keyword argument
563563
``align='edge'`` to the method call.
564564

565565

0 commit comments

Comments
 (0)