[bug #68181] axis ylimmode and zlimmode
Liang Tang <[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.
URL:
<https://savannah.gnu.org/bugs/?68181>
Summary: axis ylimmode and zlimmode
Group: GNU Octave
Submitter: lt1234
Submitted: Thu 26 Mar 2026 11:34:36 AM UTC
Category: Plotting
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name: lt1234
Originator Email:
Open/Closed: Open
Discussion Lock: Unlocked
Release: 11.1.0
Operating System: Microsoft Windows
Fixed Release: None
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 26 Mar 2026 11:34:36 AM UTC By: Liang Tang <lt1234>
The default of axis ylimmode and zlimmode is auto. But the plot is not
updated when xlim is modified. Thanks.
Example. ylim should have been updated to [0 0.5] when xlim is set to [0
0.5].
figure; plot([0 1], [0 1]); xlim([0 0.5]);
figure; plot([0 1], [0 1]); xlim([0 0.5]);axis 'auto y';
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68181>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCacUZ0AAKCRCqLAuaBUf3 Tji/AQCNqONHbR+hFZASP3IqvE8Y8a5JbHCLOmq6jtf/7ucLYQEAr85NJH8eYSRW DqfErVOxXOxc7xZ+JTL3/t8fUeJgnQQ= =zPS3 -----END PGP SIGNATURE-----