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

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

[Octave-bug-tracker] [bug #47191] contourf with false colour when saving


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #47191] contourf with false colour when saving to pdf
Date: Fri, 26 Feb 2016 18:07:34 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #11, bug #47191 (project octave):

If it is a culling problem in gl2ps then maybe forcing the depth would be a
workaround.

Does adding the following before printing change anything?


ch = get (get (gca, "children"), "children");
sz = cellfun (@numel, get (ch, "xdata"));
zz = linspace (1, 0, numel (ch));
arrayfun (@(h, z, n) set (h, "zdata", ones (n, 1) * z), ch, zz', sz)


If so then it may be somewhat related to bug #47217: the order of objects in
the children stack is not always respected and should be forced in some way.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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