Dear all,
since some time I observe that a figures' style changes when using the
'Bigger' or 'Smaller' buttons below the figure when calling it using the
"--output=display" option. This affects line-colours as well as line-width.
This happens on linux (and I think also Windows). Note, that I observe
this behaviour at least since half a year. Today I've used current git
and gnuplot 5.2 patchlevel 2.
<hansl>
open AWM18.gdt -q
list L = YER PCD
plot L
options time-series with-lines
literal set linetype 1 lc rgb "black" lw 3.5
literal set linetype 2 lc rgb "orange" lw 2.5
literal set key top right
end plot --output=display
</hansl>
Best,
Artur