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

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

[Octave-bug-tracker] [bug #48434] gnuplot ignores line style specificati


From: Francesco Potortì
Subject: [Octave-bug-tracker] [bug #48434] gnuplot ignores line style specifications
Date: Thu, 7 Jul 2016 10:18:35 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

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

                 Summary: gnuplot ignores line style specifications
                 Project: GNU Octave
            Submitted by: pot
            Submitted on: Thu 07 Jul 2016 12:18:33 PM CEST
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I plot a single dotted line. It works as expected with fltk, but the line is
solid with gnuplot. The same happens if using the 'linestyle' option.

This happens on Debian testing.

~$ octave --no-gui --norc --quiet
>> plot(1:2, ':') # the plot has a dotted line
>> close all
>> graphics_toolkit gnuplot
>> plot(1:2, ':') # the plot has a solid line
>> gnuplot_binary 
ans = gnuplot
>> version
ans = 4.0.2
>> quit

~$ gnuplot --version
gnuplot 5.0 patchlevel 3





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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