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 2d4fcc7

Browse filesBrowse files
authored
Merge pull request #17312 from story645/typo
changed axis to axes in lifecycle tutorial
2 parents d98f3c0 + 12493f3 commit 2d4fcc7
Copy full SHA for 2d4fcc7

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎tutorials/introductory/lifecycle.py

Copy file name to clipboardExpand all lines: tutorials/introductory/lifecycle.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def currency(x, pos):
207207

208208
###############################################################################
209209
# We can then apply this function to the labels on our plot. To do this,
210-
# we use the ``xaxis`` attribute of our axis. This lets you perform
210+
# we use the ``xaxis`` attribute of our axes. This lets you perform
211211
# actions on a specific axis on our plot.
212212

213213
fig, ax = plt.subplots(figsize=(6, 8))

0 commit comments

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