Sorry, this is not very flexible at the moment. Someone else wants to use gnuplot in a linux command line. Thanks for the help though. I’ll have a look.
open(path, "w") do io
last=x[firstindex(x)]
for index in eachindex(x)
if last != x[index]
writedlm(io," ")
end
writedlm(io, [x[index] y[index] z[index]])
last=x[index]
end
end
I interpret “convenient” as to be equal to easy or straight forward for today.