[bug #68181] axis ylimmode and zlimmode
Pantxo Diribarne <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #4, bug #68181 (group octave):
Like @lt1234, I think it is reasonable to expect auto limits to only apply to
data shown on the plot, restricted by manual ones.
But the implementation is far from trivial. The function that is responsible
is `update_axis_limits` which is designed to be called sequentially for x, y,
z, c, alpha ... independent of whether some limits are auto or manual. What we
should do is first updating manual limits (the easy ones) and then updating
the auto ones based on the subset of data that are in the window fixed by
manual limits. That means refactoring substantially how e.g.
`get_children_limits` works.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68181>
_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCacWjDgAKCRCqLAuaBUf3 TuQcAP4pGJ2mzeKTbfyaVUU1AwnKsYUhrGhbku2+Ag5wLEjbRQEAvK742X7qkAGz RuNUzGEPTe82yhyY9+tTvKWTAsq3Qwo= =sFvu -----END PGP SIGNATURE-----