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 b1e9d78 commit 3aa1417Copy full SHA for 3aa1417
1 file changed
lib/matplotlib/axes/_axes.py
@@ -2365,8 +2365,8 @@ def _parse_bar_color_args(self, kwargs):
2365
facecolor = mcolors.to_rgba_array(facecolor)
2366
except ValueError as err:
2367
raise ValueError(
2368
- "'facecolor' or 'color' argument must be a valid color or"
2369
- "sequence of colors."
+ "'facecolor' or 'color' argument must be a valid color or "
+ "sequence of colors."
2370
) from err
2371
2372
return facecolor, edgecolor
0 commit comments