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.
2 parents 93a421e + d7c5c67 commit 4714831Copy full SHA for 4714831
1 file changed
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