Closed
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.