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 30eeec9 commit 9c44e23Copy full SHA for 9c44e23
pandas/plotting/_matplotlib/boxplot.py
@@ -394,7 +394,7 @@ def _get_colors():
394
result[key_to_index[key]] = value
395
else:
396
raise ValueError(
397
- f"Invalid key '{key}' in color dictionary. Expected one of {valid_keys}. Please refer to documentation."
+ f"color dict contains invalid key '{key}'. The key must be either {valid_keys}"
398
)
399
400
result.fill(colors)
0 commit comments