Skip to content

Commit 295d71d

Browse files
committed
DOC: plt.pause is no longer experimental
1 parent 49f49fa commit 295d71d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/matplotlib/pyplot.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,6 @@ def pause(interval):
363363
364364
This can be used for crude animation. For more complex animation, see
365365
:mod:`matplotlib.animation`.
366-
367-
Notes
368-
-----
369-
This function is experimental; its behavior may be changed or extended in a
370-
future release.
371366
"""
372367
manager = _pylab_helpers.Gcf.get_active()
373368
if manager is not None:

0 commit comments

Comments
 (0)