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

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

[Octave-bug-tracker] [bug #48198] With recent 4.1.0+ and gnuplot backend


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #48198] With recent 4.1.0+ and gnuplot backend all simbol or dot plots will also include a line.
Date: Fri, 10 Jun 2016 21:01:27 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

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

                 Summary: With recent 4.1.0+ and gnuplot backend all simbol or
dot plots will also include a line. 
                 Project: GNU Octave
            Submitted by: dasergatskov
            Submitted on: Fri 10 Jun 2016 09:01:25 PM GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Dmtri A. Sergatskov
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

With recent 4.1.0+ and gnuplot backend all simbol or dot plots will
also include a line.
I.e. plot (x,y, ".") looks the same as plot (x,y,"-.")

graphics_toolkit gnuplot
x=y=linspace(1,10,10);
plot (x,y, "o")
plot (x,y, "-o")
plot (x,y, "o")
plot (x,y, ".")

This works fine with octave 4.0.2 (any backend) and with 4.1.0+
with GL backends.

Dmitri.
-- 





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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