Chartography.net

    
from GChartWrapper import *
# Add legend to the data set which follows collors
G = Line( ['FOETHECat','leafgreen','IRON4YOUs'] )  
G.color('red','lime','blue')
G.legend('Animals','Vegetables','Minerals')
G.axes('y')