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

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

[Octave-bug-tracker] [bug #37006] axis() does not accept -Inf/Inf as ind


From: Rik
Subject: [Octave-bug-tracker] [bug #37006] axis() does not accept -Inf/Inf as indication to do autoscaling
Date: Tue, 31 Jul 2012 23:00:18 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1

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

                 Summary: axis() does not accept -Inf/Inf as indication to do
autoscaling
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Tue 31 Jul 2012 04:00:17 PM PDT
                Category: Plotting
                Severity: 1 - Wish
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Matlab accepts -Inf or Inf to be one bound of an axis command.  This is an
indication to use autoscaling on that particular bound.

For example,


plot (1:10);
axis ([-Inf 5 0 10]);


Since the X data begins at 1, the actual axis after the command above should
begin at an autoscaled point such as 0 or 1 and continue only until the hard
limit of x=5.

This would be a nice feature to emulate.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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