We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77801e commit 64193afCopy full SHA for 64193af
1 file changed
galleries/users_explain/figure/api_interfaces.rst
@@ -37,7 +37,7 @@ The "Axes" interface is how Matplotlib is implemented, and many customizations
37
and fine-tuning end up being done at this level.
38
39
This interface works by instantiating an instance of a
40
-`~.matplotlib.figure.Figure` class (``fig`` below), using a method
+`~.matplotlib.figure.Figure` class (``fig`` below), using a
41
`~.Figure.subplots` method (or similar) on that object to create one or more
42
`~.matplotlib.axes.Axes` objects (``ax`` below), and then calling drawing
43
methods on the Axes (``plot`` in this example):
0 commit comments