Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b669a5f

Browse files
committed
Added current image to saved state list.
1 parent d9eda25 commit b669a5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/users/pyplot_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ as your heart desires::
206206

207207
You can clear the current figure with :func:`~matplotlib.pyplot.clf`
208208
and the current axes with :func:`~matplotlib.pyplot.cla`. If you find
209-
it annoying that states (specifically the current figure and axes)
209+
it annoying that states (specifically the current image, figure and axes)
210210
are being maintained for you behind the scenes, don't despair: this is just a thin
211211
stateful wrapper around an object oriented API, which you can use
212212
instead (see :ref:`artist-tutorial`)

0 commit comments

Comments
 (0)