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

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

[Octave-bug-tracker] [bug #34143] set (h, "linewidth", 0) still shows li


From: Rik
Subject: [Octave-bug-tracker] [bug #34143] set (h, "linewidth", 0) still shows line on screen
Date: Wed, 31 Aug 2011 16:38:58 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Update of bug #34143 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

I'm retitling this bug report to reflect issue #3 which seems to exist. 
Simplified code to show problem.


h = plot (1:10);
set (h, "linewidth", 0);


The plot still shows a line.  It would be useful if someone with Matlab could
confirm what they do in this case.

One possible solution is to link linewidth with linestyle so that when
linewidth is set to 0 then linestyle is set to "none".

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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