from GChartWrapper import * G = Pie3D([60,40], encoding='text') G.size(250,100) G.label('Hello', 'World')