Better error message in scatter plot when len(x) != len(c) #7314
Labels
Difficulty: Easy
https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
Milestone
Uh oh!
There was an error while loading. Please reload this page.
raises the following error:
ValueError: Invalid RGBA argument: 0.23991184171163127
which is absolutely unrelated to the problem. We need a better error message when the color is not of the correct shape.
The text was updated successfully, but these errors were encountered: