Am 21.01.19 um 20:39 schrieb Allin Cottrell:
On Sun, 20 Jan 2019, Artur T. wrote:
> 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>
Thanks for the report, Artur. That should work a bit better now.
Thanks for the fix, Allin. It works fine now.
Artur