how does one label two lines?
using Plots; pyplot()
plot(Plots.fakedata(50,2), w=3, labels=[ "a", "b" ])
the blue line is not labeled “a” and the red line is not labeled “b” .
PS: http://docs.juliaplots.org/latest/attributes/ writes “if label is empty”…what is empty?