On 02.04.20 17:45, Bengt T wrote:
set term pngcairo size 1200,900
set out 'dt.png'
plot for [i=1:20] sin(x+i) w l dt i t "dt".i
set out
Jörg
Works fine with datatype 1 to 5. dt 1 to 5 lines are repeated, with other colors, for dt 6 to 20.
How to generate lines with symbols according to the right hand side of the "test" output?
There are only 5 different dashtypes predefined. You can add more by
your own. See "help dashtype".
Examples:
plot f(x) dt 3 # use terminal-specific dash pattern 3
plot f(x) dt ".. " # construct a dash pattern on the spot
plot f(x) dt (2,5,2,15) # numerical representation of the same pattern
set dashtype 11 (2,4,4,7) # define new dashtype to be called by index
plot f(x) dt 11 # plot using our new dashtype
Jörg
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)