Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b669a5f

Browse filesBrowse files
committed
Added current image to saved state list.
1 parent d9eda25 commit b669a5f
Copy full SHA for b669a5f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/users/pyplot_tutorial.rst

Copy file name to clipboardExpand all lines: doc/users/pyplot_tutorial.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.