from GChartWrapper import * G = Line('cEAELFJHHHKUju9uuXUc', encoding="simple") G.color('76A4FB') G.size(220, 125) G.line(2) G.axes('xyrx') G.axes.range(1, 0,4) G.axes.label(2, 'min','avg','max') G.axes.label(3, 'Jan','Feb','Mar') G.axes.style(2, '0000DD',13,-1,'t','FF0000') G.axes.position(2, 10,35,95) G.axes.tick(1,10) G.axes.tick(2,-180)