8000 Backport PR #9415: Import time module so that pyplot.pause works · matplotlib/matplotlib@ab0ad1e · GitHub
[go: up one dir, main page]

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 ab0ad1e

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

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)
0