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: Mon, 13 Mar 2017 15:19:37 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #3, bug #50519 (project octave):

With gnuplot-5.0.5, the edges are drawn as solid lines.
Quite funny: each time the following is issued, 
the color of the edge changes.


rectangle("position", [0.3 0.1 0.3 0.6], "facecolor", "y", "linestyle",
"none", "edgecolor", "b")


The same occurs when "edgecolor" is not given.


rectangle("position", [0.3 0.1 0.3 0.6], "facecolor", "y", "linestyle",
"none")


As a workaround, set "linestyle" as "-" and "edgecolor" same as "facecolor":


rectangle("position", [0.3 0.1 0.3 0.6], "facecolor", "y", "linestyle", "-",
"edgecolor", "y")




(file #39997, file #39998, file #39999)
    _______________________________________________________

Additional Item Attachment:

File name: wrong_edge_505_screen.png      Size:22 KB
File name: wrong_edge_505_print.pdf       Size:4 KB
File name: wrong_edge_505_print.png       Size:9 KB


    _______________________________________________________

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]