from GChartWrapper import * # Simple pie chart based on list G = Pie3D( [1,2,3,4] ) G.label('A','B','C','D') G.color('00dd00')