[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #62481] Cannot set exactly xlim / ylim at very
From: |
Markus Mützel |
Subject: |
[Octave-bug-tracker] [bug #62481] Cannot set exactly xlim / ylim at very small values |
Date: |
Thu, 19 May 2022 05:41:52 -0400 (EDT) |
Update of bug #62481 (project octave):
Status: Duplicate => Confirmed
Open/Closed: Closed => Open
Release: 6.4.0 => dev
Operating System: GNU/Linux => Any
_______________________________________________________
Follow-up Comment #2:
Re-opening while slightly shifting the scope:
The condition that is used to switch between using the limits given by the
user and extending them automatically to allow a reasonable render could be
improved.
Example for which it might still be reasonable to accept the limits passed by
the user (but that doesn't happen currently):
A = 1e-9;
x=-1:0.1:1;
plot(x,A*x.^3)
ylim([-1 1]*A);
See also this discussion on discourse:
https://octave.discourse.group/t/issue-with-small-axis-limits/2696
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62481>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/