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

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

[Octave-bug-tracker] [bug #35292] FLTK plot figure crashes when using ri


From: Rik
Subject: [Octave-bug-tracker] [bug #35292] FLTK plot figure crashes when using right-mouse zoom and logarithmic axes
Date: Thu, 02 Feb 2012 18:18:21 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Follow-up Comment #22, bug #35292 (project octave):

Zooming and panning now work with log axes on the development branch.

There is one exception.  If you create a loglog plot with negative values and
attempt panning, before zooming, then the plot goes blank.  If you zoom first,
which must initialize some values, then the plot behaves correctly.


graphics_toolkit fltk;
a = logspace (-5, 1, 10);
b =-logspace (-5, 1, 10);
loglog (a, b);
## Now try to pan the plot and it goes blank and the axis gets set to NaN.


I'm in the process of closing down the other duplicate bugs for this behavior.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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