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

Skip to content

Commit ab0ad1e

Browse files
anntzerMeeseeksDev[bot]
authored andcommitted
Backport PR #9415: Import time module so that pyplot.pause works
1 parent 4358967 commit ab0ad1e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
import sys
2424
import warnings
25+
import time
2526
import types
2627

2728
from cycler import cycler

0 commit comments

Comments
 (0)