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 93a421e commit d7c5c67Copy full SHA for d7c5c67
lib/matplotlib/axes/_axes.py
@@ -2296,8 +2296,8 @@ def _parse_bar_color_args(self, kwargs):
2296
facecolor = mcolors.to_rgba_array(facecolor)
2297
except ValueError as err:
2298
raise ValueError(
2299
- "'facecolor' or 'color' argument must be a valid color or"
2300
- "sequence of colors."
+ "'facecolor' or 'color' argument must be a valid color or "
+ "sequence of colors."
2301
) from err
2302
2303
return facecolor, edgecolor
0 commit comments