Top "Pie-chart" questions

A pie chart is a circular representation of data divided into sections by the drawing of radii.

Pie Chart Legend - Chart.js

I need help to put the number of the pie chart in the legend Chart Image If i hover the …

chart.js pie-chart legend-properties
How to avoid overlapping of labels & autopct in a matplotlib pie chart?

My Python code is: values = [234, 64, 54,10, 0, 1, 0, 9, 2, 1, 7, 7] months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul','Aug','Sep','Oct', 'Nov','Dec'] colors = ['yellowgreen', …

python numpy matplotlib plot pie-chart
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: …

pandas matplotlib legend pie-chart
MPAndroidChart legend customization

I am using MPAndroidChart library. I want customize legends in MPAndroidChart. In MPAndroidChart library i tried to set the position …

android pie-chart mpandroidchart
How can I generate more colors on pie chart matplotlib

I am having more then 40 items to show in my chart. I have only 10 colours that repeatedly are shown on …

python matplotlib pie-chart
R: Pie chart with percentage as labels using ggplot2

From a data frame I want to plot a pie chart for five categories with their percentages as labels in …

r ggplot2 pie-chart labels
How to have actual values in matplotlib Pie Chart displayed (Python)?

I have a pie chart drawing the values extracted from a CSV file. The proportion of the values are currently …

python matplotlib graph charts pie-chart
R + ggplot2 => add labels on facet pie chart

I want to add data labels on faceted pie char. Maybe someone can can help me. My data: year <…

r ggplot2 pie-chart facet
ggplot2 pie and donut chart on same plot

I am trying to replicate this with R ggplot. I have exactly the same data: browsers<-structure(list(browser = …

r ggplot2 pie-chart donut-chart
Plotting Pandas DataFrames in to Pie Charts using matplotlib

Is it possible to print a DataFrame as a pie chart using matplotlib? This has instructions for plotting lot of …

matplotlib pandas pie-chart dataframe