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

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

[Octave-bug-tracker] [bug #50750] OpenGL: Lines always appear above patc


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #50750] OpenGL: Lines always appear above patches for 2-D plots with zdata == []
Date: Mon, 21 Aug 2017 06:22:29 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

Follow-up Comment #20, bug #50750 (project octave):

With the latest patch, the only performance hit is expected to be  when
"zlimmode" is manual. Previously, when "zlimmode" was manual, there was no no
check for children limits, while it is now necessary in order to determine if
some children are 3D.
So the test (which I did not run) should be something like:


ii = 1:200;
axes ("zlimmode", "manual");
tic; arrayfun (@() patch (), ii); toc



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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