UserWarning: Setting the 'color' property will override the edgecolor or facecolor properties #114
Labels
enhancement
New feature or request
good first issue
Good issue for new contributors because its easy to fix
Every time I plot a polygon with a specifying the global color I get this warning
When plotting many circles or ellipses this floods quickly the stderr output and can be quite annoying.
Personally I don't thing this warning is needed as this behaviour is clearly explained in the documentation:
https://starplot.dev/reference-styling/#starplot.styles.PolygonStyle
Another solution might be applying a configurable warning filter to plot classes or even logging.
The text was updated successfully, but these errors were encountered: