We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd29be7 commit 7402f15Copy full SHA for 7402f15
pandas/plotting/_core.py
@@ -98,7 +98,7 @@ def hist_series(
98
99
Returns
100
-------
101
- matplotlib.AxesSubplot
+ matplotlib.Axes
102
A histogram plot.
103
104
See Also
@@ -227,7 +227,7 @@ def hist_frame(
227
228
229
230
- matplotlib.AxesSubplot or numpy.ndarray of them
+ matplotlib.Axes or numpy.ndarray of them
231
232
233
--------
@@ -1374,7 +1374,7 @@ def hist(
1374
1375
1376
1377
- class:`matplotlib.AxesSubplot`
+ class:`matplotlib.Axes`
1378
Return a histogram plot.
1379
1380
@@ -1794,7 +1794,7 @@ def hexbin(
1794
1795
1796
1797
1798
The matplotlib ``Axes`` on which the hexbin is plotted.
1799
1800
0 commit comments