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: sergey plotnikov
Subject: [Octave-bug-tracker] [bug #35648] patches printed above grid lines even with 'layer' = 'top'
Date: Tue, 15 Apr 2014 09:22:07 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36

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

Actually, on-screen rendering for a simple patch doesn't seem to be working
well.


patch([1 1 2 2],[1 2 2 1], [1 0.8 1]);
grid on;
set(gca,'layer','top');
set(gca,'layer','bottom');


In the example above grid lines appears to be always at the top layer, which
doesn't coincide with Matlab, where layer option change affects them.

Can anyone confirm it?

    _______________________________________________________

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]