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: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #63624] "XTick" no longer updated after "axis tight"
Date: Thu, 19 Jan 2023 17:14:30 -0500 (EST)

Update of bug #63624 (project octave):

                  Status:         Patch Submitted => Ready For Test         

    _______________________________________________________

Follow-up Comment #3:

The limits are chosen in axes::properties::calc_ticks_and_lims as follows:


tick_sep = calc_tick_sep (lo, hi);
double i1 = std::floor (lo / tick_sep);
double i2 = std::ceil (hi / tick_sep);
 

so I am confident there cannot be more than one tick neither before the first
data point nor after the last one.

I pushed the patch to stable (since this is a regression) here:

https://hg.savannah.gnu.org/hgweb/octave/rev/084bbdabb969


    _______________________________________________________

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]