Skip to main content

All Questions

0 votes
0 answers
210 views

How to map colors from multiple matplotlib subplot pie charts to a single figure legend

So I have been trying to get a legend working for a figure with multiple subplots that contain pie charts. The pie charts can contain any number of manufactures from a set list of manufacturers, but ...
Kgrover3's user avatar
0 votes
1 answer
177 views

Creating a pie chart with unknown number of pies

I am trying to create function which creates a pie chart. This pie chart can have n number of pies that's why I am taking function arguments as *args. I found a way to create colors according to the ...
Anudocs's user avatar
  • 686