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

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

[Octave-bug-tracker] [bug #41872] fltk: 'patch' object covers grid when


From: sergey plotnikov
Subject: [Octave-bug-tracker] [bug #41872] fltk: 'patch' object covers grid when printed to image file
Date: Sun, 16 Mar 2014 09:19:53 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36

Follow-up Comment #2, bug #41872 (project octave):

Actually, this message was supposed to show bug with printing to an image, but
you're right there's one more issue with patch object: at axes created in
Octave patch object appears behind grid, when in Matlab it by default covers
grid lines.

Just to concentrate on the problem I initially wanted to highlight, please use
the following piece of code.


patch([1 1 2 2],[1 2 2 1], [1 0.8 1])
grid on
set(gca,'layer','top');
print('-depsc','123.eps')


When run in Matlab this will make both Matlab figure and eps-file with grid
before the patch. But in eps-file created by Octave grid lines appears behind
the patch notwithstanding at the corresponding Octave figure grid is drawn on
the top layer.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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