Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f8ad443

Browse filesBrowse files
committed
DOC: minor documentation tweaks
1 parent adcaaaf commit f8ad443
Copy full SHA for f8ad443

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/users/dflt_style_changes.rst

Copy file name to clipboardExpand all lines: doc/users/dflt_style_changes.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.