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

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

[Octave-bug-tracker] [bug #53423] auto YScale is too wide on log plots


From: anonymous
Subject: [Octave-bug-tracker] [bug #53423] auto YScale is too wide on log plots
Date: Thu, 22 Mar 2018 14:07:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

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

                 Summary: auto YScale is too wide on log plots
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 22 Mar 2018 06:07:03 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

++
>> close all
>> p=90:100;
>> plot(p)
>> ylim
ans =
    90   100

>> set(gca,'YScale','log');
>> ylim
ans =
    10   100
--

The resulting log plot is all squished into the top 10% of the space. Could
the auto ylim range be tighter on log plots?




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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