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

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

[Octave-bug-tracker] [bug #35648] lines not printed, cont.


From: Rik
Subject: [Octave-bug-tracker] [bug #35648] lines not printed, cont.
Date: Wed, 29 Feb 2012 04:47:04 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

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

I can't confirm the print output because I don't even get a grid with the
onscreen version.  The following should produce multicolor blocks with lots of
grid lines, and it does that with gnuplot but not with FLTK.


colormap ("default");
imagesc (randi (64, 5, 5));
grid minor;


I checked the axes properties with 'get (gca)' and all the grid properties are
correctly turned on but no lines are drawn.

Actually, I just figured it out.  This is a problem with Z-stacking order
again.  The colored squares from imagesc are drawn above the axis.  Therefore,
even when the grid is turned on it is hidden.  You can see that this is
happening by using the example above and


axis ([0, 6, 0, 6])


How does Matlab behave for any of these examples?


    _______________________________________________________

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]