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

Skip to content

Commit 1b5223a

Browse files
authored
Merge pull request #9415 from dimitrovskif/patch-1
Import time module so that pyplot.pause works
2 parents b35e240 + 1897cfa commit 1b5223a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)