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

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

[Octave-bug-tracker] [bug #63624] "XTick" no longer updated after "axis


From: Sébastien Villemot
Subject: [Octave-bug-tracker] [bug #63624] "XTick" no longer updated after "axis tight"
Date: Fri, 6 Jan 2023 12:29:46 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?63624>

                 Summary: "XTick" no longer updated after "axis tight"
                 Project: GNU Octave
               Submitter: svillemot
               Submitted: ven. 06 janv. 2023 17:29:44
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 8.0.90
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: ven. 06 janv. 2023 17:29:44    By: Sébastien Villemot <svillemot>
On Octave 8.0.1 (hg ID 9f4637377e33), one gets the following:


octave:1> plot(1:201)
octave:2> axis tight
octave:3> get(gca, 'XTick')
ans =

     0    50   100   150   200   250


Note that "XTick" still includes 0 and 250 (despite the fact that the plot
window is correctly updated, i.e. its X-axis goes from 1 to 201).

This is a regression since on Octave 7.3.0 (and MATLAB R2022b), one gets:

octave:3> get(gca, 'XTick')
ans =

    50   100   150   200









    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/




reply via email to

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