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

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

[Octave-bug-tracker] [bug #61532] "Automatic limits for current axis" bu


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #61532] "Automatic limits for current axis" button doesn't respect "axis tight"
Date: Tue, 23 Nov 2021 10:39:25 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of bug #61532 (project octave):

              Item Group:    Matlab Compatibility => Incorrect Result       
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

Was an "axis tight" command missing from your "Steps to reproduce"?

If I'm reading scripts/plot/util/private/__add_default_menu__.m correctly, the
"automatic limits" button just executes


axis (H, "auto")


for all axes in the current figure that aren't legends.  What can it do
differently to respect the "axis tight" setting?

Should


axis (H, "auto")


by itself just not reset the "tight" setting?  Are there other properties that
should also be "sticky"?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61532>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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