Skip to content

Commit 7402f15

Browse files
authored
DOC: Remove references to AxesSubPlot #56876 (#56943)
1 parent dd29be7 commit 7402f15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/plotting/_core.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def hist_series(
9898
9999
Returns
100100
-------
101-
matplotlib.AxesSubplot
101+
matplotlib.Axes
102102
A histogram plot.
103103
104104
See Also
@@ -227,7 +227,7 @@ def hist_frame(
227227
228228
Returns
229229
-------
230-
matplotlib.AxesSubplot or numpy.ndarray of them
230+
matplotlib.Axes or numpy.ndarray of them
231231
232232
See Also
233233
--------
@@ -1374,7 +1374,7 @@ def hist(
13741374
13751375
Returns
13761376
-------
1377-
class:`matplotlib.AxesSubplot`
1377+
class:`matplotlib.Axes`
13781378
Return a histogram plot.
13791379
13801380
See Also
@@ -1794,7 +1794,7 @@ def hexbin(
17941794
17951795
Returns
17961796
-------
1797-
matplotlib.AxesSubplot
1797+
matplotlib.Axes
17981798
The matplotlib ``Axes`` on which the hexbin is plotted.
17991799
18001800
See Also

0 commit comments

Comments
 (0)