Hello,

I am using Gadfly packages to perform graphs as:

plot(layer(x=A,y=sum(PWN_vec,1),Geom.line, 
Theme(default_color=color("orange"))),
    
 
layer(x=A,y=sum(PCN_vec,1),Geom.line,Theme(default_color=color("purple"))),Guide.xlabel("Wind
 
uncertainty"), Guide.ylabel("Total capacity to be installed"))


But I cannot include a legend indicating one color for each layer, someone 
could help me? 

thank you in advance

kind regards

Reply via email to