from GChartWrapper import * # Add a left aligned legend to the chart G = Line( ['abcde','FGHIJ','09876'] ) G.color('red','lime','blue') G.legend('Animals','Vegetables','Minerals') G.legend_pos('l') G.axes('y')