File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments