8000
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 e079bd3 + 6e13831 commit 3b9ec68Copy full SHA for 3b9ec68
tutorials/introductory/usage.py
@@ -18,7 +18,7 @@
18
#
19
# Matplotlib graphs your data on `~.figure.Figure`\s (i.e., windows, Jupyter
20
# widgets, etc.), each of which can contain one or more `~.axes.Axes` (i.e., an
21
-# area where points can be specified in terms of x-y coordinates (or theta-r
+# area where points can be specified in terms of x-y coordinates, or theta-r
22
# in a polar plot, or x-y-z in a 3D plot, etc.). The simplest way of
23
# creating a figure with an axes is using `.pyplot.subplots`. We can then use
24
# `.Axes.plot` to draw some data on the axes:
0 commit comments