Hi,
Apologies, for lack of details. I found the command here
http://gnuplot.sourceforge.net/demo/dashcolor.html . My main point was to add a dashed
line option to the GUI.
I am using the GNUPlot bundled with the latest cvs of gretl.
Logan
From: gretl-devel-bounces(a)lists.wfu.edu [mailto:gretl-devel-bounces@lists.wfu.edu] On
Behalf Of Hélio Guilherme
Sent: Thursday, May 22, 2014 8:08 PM
To: Gretl development
Subject: Re: [Gretl-devel] Sugestion: set termoption dash
Hi,
I was puzzled with this and did some searches to find that is missing the line style in
the plot.
For example if you use:
set terminal pngcairo
set output 'dashed.png'
set termoption dashed
plot x**2 ls 2
unset output
(green dashed lines)
---
Got the idea from
http://theletterpsi.blogspot.pt/2010/11/setting-dashed-line-style-on-pdf....
Have a nice gnuplotting days :).
Hélio
On Fri, May 23, 2014 at 1:25 AM, Allin Cottrell
<cottrell@wfu.edu<mailto:cottrell@wfu.edu>> wrote:
On Wed, 21 May 2014, Logan Kelly wrote:
I have a suggestion for the GUI interface for time series plots.
Could an option be added to include something like
set termoption dash
in the gnuplot script. It could be a check box in the main tab of
the gretl plot control dialog.
Hmm, what version of gnuplot are you using? With gnuplot 4.6.3 on
Fedora 20, "set termoption dash" (or the full form "set termoption
dashed") doesn't seem to do anything at all for the terminals I'm
interested in (pngcairo, pdfcairo, epscairo, svg): lines remain
solid.
Test script (change terminal and filename extension at will):
<gnuplot>
set terminal pngcairo
set output 'dashed.png'
set termoption dashed
plot x**2
</gnuplot>
Allin
_______________________________________________
Gretl-devel mailing list
Gretl-devel@lists.wfu.edu<mailto:Gretl-devel@lists.wfu.edu>
http://lists.wfu.edu/mailman/listinfo/gretl-devel