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

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

[Octave-bug-tracker] [bug #64266] "axis tight" does not work following "


From: Rik
Subject: [Octave-bug-tracker] [bug #64266] "axis tight" does not work following "axis equal"
Date: Fri, 2 Jun 2023 12:05:11 -0400 (EDT)

Follow-up Comment #4, bug #64266 (project octave):

I checked axis.m in version 7.3 and it uses m-file code to find the minimum
and maximum of the plotted data and then sets those limits.  On the
development branch, this functionality has apparently been moved to C++ code. 
The m-file code in axis.m is now


      elseif (strcmpi (opt, "tight"))
        ## sets the axis limits to the min and max of all data.
        set (ca, "xlimmode", "auto", "ylimmode", "auto", ...
                 "zlimmode", "auto", ...
                 "xlimitmethod", "tight", "ylimitmethod", "tight",
                 "zlimitmethod", "tight");




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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