We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b49c3c + 03d857d commit afc21aeCopy full SHA for afc21ae
lib/matplotlib/patches.py
@@ -74,7 +74,7 @@ def __init__(self,
74
if color is not None:
75
if edgecolor is not None or facecolor is not None:
76
cbook._warn_external(
77
- "Setting the 'color' property will override"
+ "Setting the 'color' property will override "
78
"the edgecolor or facecolor properties.")
79
self.set_color(color)
80
else:
0 commit comments