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 d9eda25 commit b669a5fCopy full SHA for b669a5f
1 file changed
doc/users/pyplot_tutorial.rst
@@ -206,7 +206,7 @@ as your heart desires::
206
207
You can clear the current figure with :func:`~matplotlib.pyplot.clf`
208
and the current axes with :func:`~matplotlib.pyplot.cla`. If you find
209
-it annoying that states (specifically the current figure and axes)
+it annoying that states (specifically the current image, figure and axes)
210
are being maintained for you behind the scenes, don't despair: this is just a thin
211
stateful wrapper around an object oriented API, which you can use
212
instead (see :ref:`artist-tutorial`)
0 commit comments