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

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

[Octave-bug-tracker] [bug #34380] yscale = log, but ylim defaults to [0


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #34380] yscale = log, but ylim defaults to [0 1]
Date: Mon, 26 Sep 2011 01:25:45 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1

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

After looking through the sources, it appears that the linear scale default,
default_lims(), is being used for logscale axes (i.e. [0 1]).

I was thinking a convenient solution might be ...


lims(0) = pow (10., lims(0));
lims(1) = pow (10., lims(1));


But I don't see where this needs to be done.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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