Thanks to visit codestin.com Credit goes to github.com
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.
1 parent d98f3c0 commit 12493f3Copy full SHA for 12493f3
1 file changed
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