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.
2 parents 52a2a7c + 64193af commit 1d1d8baCopy full SHA for 1d1d8ba
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