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 a0ae6b2

Browse filesBrowse files
committed
DOC: add draw_idle reference to pyplot.draw
1 parent 0aac9f1 commit a0ae6b2
Copy full SHA for a0ae6b2

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎lib/matplotlib/pyplot.py

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,11 @@ def draw():
968968
969969
This is equivalent to calling ``fig.canvas.draw_idle()``, where ``fig`` is
970970
the current figure.
971+
972+
See Also
973+
--------
974+
.FigureCanvasBase.draw_idle
975+
.FigureCanvasBase.draw
971976
"""
972977
gcf().canvas.draw_idle()
973978

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.