Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ba82e2

Browse files
committed
Trailing WhiteSpace Removed
1 parent d40d1fa commit 5ba82e2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2320,9 +2320,6 @@ def bar(self, x, height, width=0.8, bottom=None, *, align="center",
23202320
edgecolor : color or list of color, optional
23212321
The colors of the bar edges.
23222322
2323-
hatchcolor : color or list of color, optional
2324-
The color of the hatch inside the bar
2325-
23262323
linewidth : float or array-like, optional
23272324
Width of the bar edge(s). If 0, don't draw edges.
23282325
@@ -2636,9 +2633,6 @@ def barh(self, y, width, height=0.8, left=None, *, align="center",
26362633
edgecolor : color or list of color, optional
26372634
The colors of the bar edges.
26382635
2639-
hatchcolor : color or list of color, optional
2640-
The color of the hatch inside the bar
2641-
26422636
linewidth : float or array-like, optional
26432637
Width of the bar edge(s). If 0, don't draw edges.
26442638

lib/matplotlib/patches.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ def __init__(self, *,
5959
hatchcolor=None,
6060
**kwargs):
6161
"""
62+
Parameters
63+
----------
64+
65+
hatchcolor : color or list of color, optional
66+
The color of the hatch inside the bar
67+
.. versionadded:: 3.9
68+
6269
The following kwarg properties are supported
6370
6471
%(Patch:kwdoc)s

0 commit comments

Comments
 (0)