@@ -1012,7 +1012,7 @@ def hlines(self, y, xmin, xmax, colors=None, linestyles='solid',
1012
1012
See Also
1013
1013
--------
1014
1014
vlines : vertical lines
1015
- axhline: horizontal line across the Axes
1015
+ axhline : horizontal line across the Axes
1016
1016
"""
1017
1017
1018
1018
# 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',
1089
1089
See Also
1090
1090
--------
1091
1091
hlines : horizontal lines
1092
- axvline: vertical line across the Axes
1092
+ axvline : vertical line across the Axes
1093
1093
"""
1094
1094
1095
1095
# 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",
2221
2221
2222
2222
See Also
2223
2223
--------
2224
- barh: Plot a horizontal bar plot.
2224
+ barh : Plot a horizontal bar plot.
2225
2225
2226
2226
Notes
2227
2227
-----
@@ -2490,7 +2490,7 @@ def barh(self, y, width, height=0.8, left=None, *, align="center",
2490
2490
2491
2491
See Also
2492
2492
--------
2493
- bar: Plot a vertical bar plot.
2493
+ bar : Plot a vertical bar plot.
2494
2494
2495
2495
Notes
2496
2496
-----
@@ -2831,7 +2831,7 @@ def pie(self, x, explode=None, labels=None, colors=None,
2831
2831
shadow : bool, default: False
2832
2832
Draw a shadow beneath the pie.
2833
2833
2834
- normalize: None or bool, default: None
2834
+ normalize : None or bool, default: None
2835
2835
When *True*, always make a full pie by normalizing x so that
2836
2836
``sum(x) == 1``. *False* makes a partial pie if ``sum(x) <= 1``
2837
2837
and raises a `ValueError` for ``sum(x) > 1``.
0 commit comments