from GChartWrapper import * # Add red line 6 thick # with 5 line segments with 2 blank segments G = Line( ['hX1xPj'] ) G.axes('xy') G.axes.label(0, 'Mar', 'Apr', 'May', 'June', 'July') G.axes.label(1, None, '50+Kb') G.color('red') G.line(6,5,2)