Pie Charts

Pie basic

 Previous Next 

a = ("Jess", 45, "#5588aa" ; "Jim", 150, "#ff9999" ; "Jan", 15, "#7777ff" ; "Jay", 52, "#aa2288")
pie(a)