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.
2 parents d98f3c0 + 12493f3 commit 2d4fcc7Copy full SHA for 2d4fcc7
tutorials/introductory/lifecycle.py
@@ -207,7 +207,7 @@ def currency(x, pos):
207
208
###############################################################################
209
# 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
+# we use the ``xaxis`` attribute of our axes. This lets you perform
211
# actions on a specific axis on our plot.
212
213
fig, ax = plt.subplots(figsize=(6, 8))
0 commit comments