Dear all,
in the past I struggled really often with gnuplot when trying to plot
dashed and/or monochrome lines. However, this has changed since gnuplot
5.x. Here is a simple illustration for all (which also acts as a
personal reminder for me!):
<hansl>
clear
set echo off
set messages off
open denmark.gdt --quiet
list Lplot = LRM LRY
plot Lplot
options with-lines time-series
literal set for [i=1:5] linetype i dashtype i
literal set mono
end plot --output=display
</hansl>
Enjoy!
Artur