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

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

[Octave-bug-tracker] [bug #35648] patches printed above grid lines even


From: Rik
Subject: [Octave-bug-tracker] [bug #35648] patches printed above grid lines even with 'layer' = 'top'
Date: Tue, 15 Apr 2014 13:59:39 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

Follow-up Comment #14, bug #35648 (project octave):

Confirmed.  The 'layer' attribute does not seem to have an effect for
patches.

It does work with line objects.


hl = plot (1:10, 'm');
set (hl, 'linewidth', 4);
grid minor
set (gca, 'minorgridlinestyle', '-');


Now if you zoom in on a section where the line crosses the minor grid axis you
can change which one is on top with


set (gca, 'layer', 'top');
set (gca, 'layer', 'bottom');


I think the issue is that this behavior has never been coded in gl-render.cc
for patch objects.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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