Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Milestone
Description
Bug summary
plt.axes
should returnAxes
and notmatplotlib.axes.Axes
Code for reproduction
@_docstring.dedent_interpddefaxes(arg:None|tuple[float,float,float,float]=None,**kwargs)->matplotlib.axes.Axes:#axes is not a known member of module 'matplotlib' #type of axes is unknown #type of Axes is unknown
Actual outcome
Same as above
Expected outcome
@_docstring.dedent_interpddefaxes(arg:None|tuple[float,float,float,float]=None,**kwargs)->Axes:
Additional information
No response
Operating system
No response
Matplotlib Version
3.8.3
Matplotlib Backend
No response
Python version
3.12
Jupyter version
No response
Installation
pip