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

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

[Octave-bug-tracker] [bug #63723] Mouse position in plot window unprecis


From: Rik
Subject: [Octave-bug-tracker] [bug #63723] Mouse position in plot window unprecise due to engineering number format
Date: Wed, 8 Feb 2023 11:33:56 -0500 (EST)

Follow-up Comment #2, bug #63723 (project octave):

As someone noted in comment #1, Octave uses OpenGL for plotting which uses
single data types.  It depends what real number you are trying to represent,
but generally only 7-9 base-10 digits are significant.

You could try using gnuplot for plotting as it uses double precision (~16
base-10 digits).  Type 'graphics_toolkit gnuplot' before plotting to see if
this would work for you.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63723>

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




reply via email to

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