Previous Up Next

20.1.15  Pie charts

You can draw pie charts using the same structure as bar plots.

The camembert command draws pie charts.

Examples

camembert([["France",6],["Germany",12],["Switzerland",5]])
camembert([[4,"*First*","*Second*","*Third*","*Fourth*"], ["A",2,5,4,7],["B",5,6,7,8],["C",6,6,5,3]],color=[teal,olive,gold])

Previous Up Next