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 1188b83 commit cb690c4Copy full SHA for cb690c4
lib/matplotlib/pyplot.py
@@ -944,6 +944,11 @@ def draw():
944
945
This is equivalent to calling ``fig.canvas.draw_idle()``, where ``fig`` is
946
the current figure.
947
+
948
+ See Also
949
+ --------
950
+ .FigureCanvasBase.draw_idle
951
+ .FigureCanvasBase.draw
952
"""
953
gcf().canvas.draw_idle()
954
0 commit comments