I use the following command:
gnuplot> plot x**2 lt 2 pt 4 lc 7 pi -6, x**3 lt 6 pt 8 lc 7 pi -6
But the output is like so:
As you can see, pt
and lc
commands work but lt
does not.
How can I change my line type between dashed, dotted, etc.?