bugGNU Octave - Bugs: bug #53423, auto YScale is too wide on log...

 
 

bug #53423: auto YScale is too wide on log plots

Submitter:  None
Submitted:  Thu 22 Mar 2018 06:07:03 PM UTC
   
 
Category:  Plotting Severity:  2 - Minor
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Need Info Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Open Release:  * 4.2.1
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 30 Mar 2018 05:22:52 PM UTC, comment #1: 

Thanks for your bug report. I'm tagging this as Matlab compatibility, because I suspect that Octave should be doing whatever Matlab does in this situation. What does Matlab do?

Mike Miller <mtmiller>
Group Member
Thu 22 Mar 2018 06:07:03 PM UTC, original submission:  


>> 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?

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-03-30 mtmiller CategoryNone Plotting
        Severity3 - Normal 2 - Minor
        Item GroupNone Matlab Compatibility
        StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code