We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7071086 commit 1067eddCopy full SHA for 1067edd
1 file changed
proplot/axes/plot.py
@@ -2500,7 +2500,8 @@ def _parse_cmap(
2500
if cmap is not None and colors is not None:
2501
warnings._warn_proplot(
2502
f'You specifed both cmap={cmap!r} and the qualitative-colormap '
2503
- f'colors={colors!r}. Ignoring the latter.'
+ f"colors={colors!r}. Ignoring 'colors'. If you meant to specify the "
2504
+ f'edge color please use ec={colors!r} or edgecolor={colors!r} instead.'
2505
)
2506
colors = None
2507
if colors is not None:
0 commit comments