-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
DocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!
Milestone
Description
Documentation Link
https://matplotlib.org/stable/api/figure_api.html?highlight=figure#module-matplotlib.figure
Problem
Disclaimer: not sure if doc was the right tag
I'm currently trying to implement a radar chart. It works as intended in the example from the docs. However, already the example contains a bug: the legend is wrong.
As visible on the screenshot above, the color/icons of the legend are not corresponding to the graph. It looks like the lines and the content (fill) of the polygons are treated separately and therefore listed as single elements in the legend.
Suggested improvement
Show for each data either the line color or filling color.
Metadata
Metadata
Assignees
Labels
DocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!