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

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

[Octave-bug-tracker] [bug #34656] default axis limits for log plots


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #34656] default axis limits for log plots
Date: Tue, 25 Oct 2011 23:46:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2 Iceweasel/6.0.2

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

                 Summary: default axis limits for log plots
                 Project: GNU Octave
            Submitted by: jwe
            Submitted on: Tue 25 Oct 2011 11:46:10 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Executing the following


figure
set (gca, 'yscale', 'log')


doesn't work with either gnuplot or OpenGL+FLTK grahpics.  With gnuplot, I see
an error from gnuplot:


octave:1> set (gca, 'yscale', 'log')
octave:2>          line 2: y range must be greater than 0 for log scale


and with OpenGL+FLTK, I see an empty figure window.  I think axes should be
displayed and default limits should be set appropriately for the axes with log
scales, for example to [.1, 1] (whatever is compatible with Matlab).




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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