On Tue, 1 Nov 2016, Sven Schreiber wrote:
Am 31.10.2016 um 19:23 schrieb Artur Tarassow:
> 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!):
Thanks Artur for this excellent example. I will also add a relevant comment
to the feature request 64 on the sourceforge tracker
(
https://sourceforge.net/p/gretl/feature-requests/64/).
And here's a slightly modified example where both lines are dashed, and also
it shows that you can have color as well (I think that wasn't so clear in
previous gnuplot versions):
<hansl>
open denmark.gdt --quiet
list Lplot = LRM LRY
plot Lplot
options with-lines time-series
literal set linetype 1 dashtype 2
literal set linetype 2 dashtype 2
# literal set mono
end plot --output=display
</hansl>
While we're on the subject: I still think that it'd be nice to have a GUI
hook to _remove_ series from a plot (which is currently impossible) for
the next release, but this is not so terribly important. I'd do it myself
if (a) had more time (b) had a better command of GTK-related code, so I'm
afraid that this will have to wait until (a) I find some time or (b) Allin
does it for me ;)
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------