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 c6816bb

Browse filesBrowse files
committed
Fix argument style
1 parent 8cfc8f0 commit c6816bb
Copy full SHA for c6816bb

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

‎galleries/users_explain/text/text_intro.py

Copy file name to clipboardExpand all lines: galleries/users_explain/text/text_intro.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@
202202
# ======
203203
#
204204
# Subplot titles are set in much the same way as labels, but there is
205-
# the ``loc`` keyword argument that can change the position and justification
206-
# (the default value is ``loc='center'``).
205+
# the *loc* keyword argument that can change the position and justification
206+
# (the default value is "center").
207207

208208
fig, axs = plt.subplots(3, 1, figsize=(5, 6), tight_layout=True)
209209
locs = ['center', 'left', 'right']

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.