octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #46886] linetype not respected across Gnuplot


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #46886] linetype not respected across Gnuplot terminals
Date: Mon, 29 Feb 2016 02:27:34 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4

Follow-up Comment #6, bug #46886 (project octave):

I've updated Dan's patch and attached it to bug #34523.

I also stumbled across syntax options for gnuplot's "dashtype" that I was not
aware of.

With the exception of ":", Octave's linestyles can be easily rendered using
gnuplot by specifying the dashtype to be the linestyle


set linetype 1 dashtype '-'
set linetype 2 dashtype '--'
set linetype 3 dashtype '-.'
set linetype 4 dashtype '.'
plot for [i=1:4] sin(i*x/4)


Once Dan's patch is committed, it should be rather easy to create a patch that
produces consistent linestyles across gnuplot's terminals.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46886>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]