Skip to main content

All Questions

Tagged with
1 vote
0 answers
269 views

How do I adjust the labels for my pie chart

I am creating a pie chart to show the percentages of property types available in a dataset in the column ["PTypes"]. I used the code below `import matplotlib.pyplot as plt # Pie chart df['...
Brytedata's user avatar
38 votes
2 answers
75k views

pandas pie chart plot remove the label text on the wedge

the pie chart example on pandas plotting tutorial http://pandas.pydata.org/pandas-docs/version/0.15.0/visualization.html generates the following figure: with this code: import matplotlib.pyplot as ...
fast tooth's user avatar
  • 2,409