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

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

[Octave-patch-tracker] [patch #9280] Add data cursor functionality in pl


From: Markus Mützel
Subject: [Octave-patch-tracker] [patch #9280] Add data cursor functionality in plots
Date: Sun, 10 May 2020 03:40:01 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0

Follow-up Comment #14, patch #9280 (project octave):

"patch", "surface" and "image" objects also have x/y/zdata that could be
displayed in the data tooltip. Basically anything that is displayed in axes
must have some kind of x/y/zdata information. That is why I asked whether it
might make sense to use the "axes" function instead of changing a whole lot of
plotting functions.
I don't think any interpolation should be done.

Like I also wrote, it wouldn't be necessary to support all of these graphics
objects in a first version. But support for them can be added in the future.

For 3d scenes, I think that it would be possible to find the point closest to
the line of sight given by the two coordinates in the axes property
"currentpoint". But that also would only be a "nice-to-have" for a first
version.

Another point: It might be good to have a solid background for the annotation
to make it easier to read the numbers in busy graphs.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?9280>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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