File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def hist_series(
98
98
99
99
Returns
100
100
-------
101
- matplotlib.AxesSubplot
101
+ matplotlib.Axes
102
102
A histogram plot.
103
103
104
104
See Also
@@ -227,7 +227,7 @@ def hist_frame(
227
227
228
228
Returns
229
229
-------
230
- matplotlib.AxesSubplot or numpy.ndarray of them
230
+ matplotlib.Axes or numpy.ndarray of them
231
231
232
232
See Also
233
233
--------
@@ -1374,7 +1374,7 @@ def hist(
1374
1374
1375
1375
Returns
1376
1376
-------
1377
- class:`matplotlib.AxesSubplot `
1377
+ class:`matplotlib.Axes `
1378
1378
Return a histogram plot.
1379
1379
1380
1380
See Also
@@ -1794,7 +1794,7 @@ def hexbin(
1794
1794
1795
1795
Returns
1796
1796
-------
1797
- matplotlib.AxesSubplot
1797
+ matplotlib.Axes
1798
1798
The matplotlib ``Axes`` on which the hexbin is plotted.
1799
1799
1800
1800
See Also
You can’t perform that action at this time.
0 commit comments