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: Sun, 25 Sep 2011 22:33:02 +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

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

                 Summary: yscale = log, but ylim defaults to [0 1]
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Sun 25 Sep 2011 06:33:01 PM EDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Running the commands below ...


clf
set (gca, "yscale", "log")
ylim auto
printf ("ylim = [%f, %f]\n", get (gca, "ylim"))
printf ("ylimmode = %s\n", get (gca, "ylimmode"))
printf ("yscale = %s\n", get (gca, "yscale"))


... when run as a script, this produces the output ...


ylim = [0.000000, 1.000000]
ylimmode = auto
yscale = log
           line 2: y range must be greater than 0 for log scale
-verbatiim-

The last line is from Gnuplot.






    _______________________________________________________

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]