@@ -1752,7 +1752,7 @@ def bar(self, left, height, width=0.8, bottom=None, **kwargs):
1752
1752
xerr : scalar or array-like, optional, default: None
1753
1753
if not None, will be used to generate errorbar(s) on the bar chart
1754
1754
1755
- yerr :scalar or array-like, optional, default: None
1755
+ yerr : scalar or array-like, optional, default: None
1756
1756
if not None, will be used to generate errorbar(s) on the bar chart
1757
1757
1758
1758
ecolor : scalar or array-like, optional, default: None
@@ -1778,7 +1778,7 @@ def bar(self, left, height, width=0.8, bottom=None, **kwargs):
1778
1778
1779
1779
Returns
1780
1780
-------
1781
- :class: `matplotlib.patches.Rectangle` instances.
1781
+ `matplotlib.patches.Rectangle` instances.
1782
1782
1783
1783
Notes
1784
1784
-----
@@ -2037,7 +2037,7 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
2037
2037
2038
2038
Returns
2039
2039
--------
2040
- :class: `matplotlib.patches.Rectangle` instances.
2040
+ `matplotlib.patches.Rectangle` instances.
2041
2041
2042
2042
Other parameters
2043
2043
----------------
@@ -2054,7 +2054,7 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
2054
2054
xerr : scalar or array-like, optional, default: None
2055
2055
if not None, will be used to generate errorbar(s) on the bar chart
2056
2056
2057
- yerr :scalar or array-like, optional, default: None
2057
+ yerr : scalar or array-like, optional, default: None
2058
2058
if not None, will be used to generate errorbar(s) on the bar chart
2059
2059
2060
2060
ecolor : scalar or array-like, optional, default: None
0 commit comments