@@ -1012,7 +1012,7 @@ def hlines(self, y, xmin, xmax, colors=None, linestyles='solid',
10121012 See Also
10131013 --------
10141014 vlines : vertical lines
1015- axhline: horizontal line across the Axes
1015+ axhline : horizontal line across the Axes
10161016 """
10171017
10181018 # We do the conversion first since not all unitized data is uniform
@@ -1089,7 +1089,7 @@ def vlines(self, x, ymin, ymax, colors=None, linestyles='solid',
10891089 See Also
10901090 --------
10911091 hlines : horizontal lines
1092- axvline: vertical line across the Axes
1092+ axvline : vertical line across the Axes
10931093 """
10941094
10951095 # We do the conversion first since not all unitized data is uniform
@@ -2221,7 +2221,7 @@ def bar(self, x, height, width=0.8, bottom=None, *, align="center",
22212221
22222222 See Also
22232223 --------
2224- barh: Plot a horizontal bar plot.
2224+ barh : Plot a horizontal bar plot.
22252225
22262226 Notes
22272227 -----
@@ -2490,7 +2490,7 @@ def barh(self, y, width, height=0.8, left=None, *, align="center",
24902490
24912491 See Also
24922492 --------
2493- bar: Plot a vertical bar plot.
2493+ bar : Plot a vertical bar plot.
24942494
24952495 Notes
24962496 -----
@@ -2831,7 +2831,7 @@ def pie(self, x, explode=None, labels=None, colors=None,
28312831 shadow : bool, default: False
28322832 Draw a shadow beneath the pie.
28332833
2834- normalize: None or bool, default: None
2834+ normalize : None or bool, default: None
28352835 When *True*, always make a full pie by normalizing x so that
28362836 ``sum(x) == 1``. *False* makes a partial pie if ``sum(x) <= 1``
28372837 and raises a `ValueError` for ``sum(x) > 1``.
0 commit comments