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

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

[Octave-bug-tracker] [bug #51938] Contour lines of meshc disappear when


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #51938] Contour lines of meshc disappear when calling axis
Date: Wed, 6 Sep 2017 04:00:31 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #8, bug #51938 (project octave):

I may have found the property I was looking for.  The "handlevisibility" seems
to affect whether or not the object is included in the axes data elements for
auto-ranging.  Attached is a new patch in which the contour placement does not
alter the zlim settings.  I think this is more along the lines of what people
are expecting.  However, often, as in the case of gnuplot, the contour plane
is technically in the z-range but is an extended area having its own parameter
controlling the percentage of space to add.  Note, however, that Octave as it
stands can't do that because this line of code:


    [~, htmp2] = __contour__ (hax, zmin, varargin{:});


is using zmin.

(file #41743)
    _______________________________________________________

Additional Item Attachment:

File name: octave-contour_listener-djs2017aug06.patch Size:1 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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