-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Closed
Labels
DocsGroupbyTypingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checkingVisualizationplottingplottinggood first issue
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
mainhere
Location of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.core.groupby.SeriesGroupBy.hist.html (and other places)
Documentation problem
AxesSubplot was removed from matplotlib, so we need to remove it from our docs.
See matplotlib/matplotlib#18222
Suggested fix for documentation
Change the type from AxesSubplot in the docs to Axes
Metadata
Metadata
Assignees
Labels
DocsGroupbyTypingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checkingVisualizationplottingplottinggood first issue