Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 73ec4fc commit 5c055b8Copy full SHA for 5c055b8
1 file changed
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