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

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

[Octave-bug-tracker] [bug #32980] for backend FLTK, real is used for axe


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #32980] for backend FLTK, real is used for axes. double should be used
Date: Mon, 25 Apr 2011 15:30:53 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0) Gecko/20100101 Firefox/4.0

Follow-up Comment #13, bug #32980 (project octave):

John,

The code is specific in the sense that it tests for
the one current backend that restricts plot data to
single.  I looked in the fltk code, but could not find
a way to implement these tests there.  Also, it is
possible that there will be other backends that only
support single precision.

Currently the code uses realmax("double") for all cases
other than fltk, but this is pretty meaningless.  This
test can never, currently, fail.  I will change the code
to be fltk/OpenGL specific.

I thought about the rescaling and this should be possible,
but a lot more work in code that I am not familiar with.
It would be great if someone would do that.

In the meantime, it is not good that users may experience 
mysteriously incorrect plots due to overflow of singles
in fltk/OpenGL.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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