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

Skip to content

Commit c0ed7a5

Browse files
authored
Merge pull request #28247 from meeseeksmachine/auto-backport-of-pr-28230-on-v3.9.x
Backport PR #28230 on branch v3.9.x (Add extra imports to improve typing)
2 parents 660ea35 + 63351f2 commit c0ed7a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/pyplot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@
9090
import PIL.Image
9191
from numpy.typing import ArrayLike
9292

93+
import matplotlib.axes
94+
import matplotlib.artist
95+
import matplotlib.backend_bases
9396
from matplotlib.axis import Tick
9497
from matplotlib.axes._base import _AxesBase
9598
from matplotlib.backend_bases import RendererBase, Event

0 commit comments

Comments
 (0)