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 disapear when c


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

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

Acknowledging the behavior here, and noting that this is "Any" operating
system.  Also, the contours disappear in the gnuplot toolkit as well, so that
means contour lines are not being handled by gnuplot (since gnuplot handles
contours without forcing some z coordinate on the lines...they always are
associated with the border) and that its not a real low level function of
gl-rendering where the problem lies.

Sort of mid-level routine would be my guess.  But I'm also wondering if there
is a design problem in the sense that only the lowest level of plotting can
determine what the eventual axis limits will be.  Or maybe the contour drawing
needs to be done with one of those feedback functions such that when the user
rescales the plot or moves the axes about via the mouse wheel then the
Z-position of the contours is changed.  The equivalent concept for gnuplot
would be using gnuplot's internal contour commands, because gnuplot is the
only code that knows what the final plot limits are.

    _______________________________________________________

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]