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: Wed, 13 Jan 2016 00:38:01 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9

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

                 Summary: linetype not respected across Gnuplot terminals
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Tue 12 Jan 2016 07:38:00 PM EST
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

With gnuplot v5, it is now possible to specify a "dashtype"

http://www.bersch.net/gnuplot-doc/linetypes,-colors,-and-styles.html#dashtype

This syntax is intended to function across all terminals, and can be used to
provide Matlab compatible linestyle for Octave.


# equivalent to ML '-'
set dashtype 5 solid
# equivalent to ML ':'
set dashtype 6 (2,8)
# equivalent to ML '-.'
set dashtype 7 (16,8,2,8)
# equivalent to ML '--'
set dashtype 8 (16,16)







    _______________________________________________________

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]