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

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

[Octave-bug-tracker] [bug #50519] Second rectangle has wrong edge line


From: ederag
Subject: [Octave-bug-tracker] [bug #50519] Second rectangle has wrong edge line
Date: Sun, 12 Mar 2017 09:03:50 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

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

                 Summary: Second rectangle has wrong edge line
                 Project: GNU Octave
            Submitted by: ederag
            Submitted on: Sun 12 Mar 2017 01:03:48 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The second rectangle displays a dash-dotted line,
while none should show.

graphics_toolkit("gnuplot")
figure
rectangle("position", [0.2 0.2 0.5 0.4], "facecolor", "g", "linestyle",
"none", "edgecolor", "b")
rectangle("position", [0.3 0.1 0.3 0.6], "facecolor", "y", "linestyle",
"none", "edgecolor", "b")
axis([0 1 0 1])

This does not occur with the Qt backend.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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