You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plots multiple linesys[i] versus xs.
It produces something like
set title quote(keys[0])
plot "my.data" using 1:2 title quote(keys[1]) with toLowerAscii($styles[0]), "" using 1:3 title quote(keys[2])
with toLowerAscii($styles[1]) ...
The existing sendPlot had to be modified to include an additional last parameter multi:bool=false to skip some processing for plotting multiple lines
I like to propose an additional plot procedure for plotting multiple data lines
This plots multiple lines
ys[i]
versusxs
.It produces something like
The existing
sendPlot
had to be modified to include an additional last parametermulti:bool=false
to skip some processing for plotting multiple linesgnuplot.nim.patch.txt
The text was updated successfully, but these errors were encountered: