Previous Up Next

18.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([[2,"xyz","abc"],["A",2,5],["B",5,6],["C",6,6]])

Previous Up Next