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

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

[Octave-bug-tracker] [bug #61532] "Automatic limits for current axis" bu


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #61532] "Automatic limits for current axis" button doesn't respect "axis tight"
Date: Tue, 25 Jan 2022 17:12:34 -0500 (EST)

Follow-up Comment #21, bug #61532 (project octave):

By simple script I did not mean a figure that I don't how you built :-).
Anyways, I noticed that your axes have both "plotboxaspectratio" and
"dataapsectratio" manual: in theory this fixes the ratio "diff (xlim)/ diff
(ylim)" and you thus cannot expect tight limits in both directions unless your
data have the exact correct extent. Am I wrong?

Can you reproduce your observations on the following simpler script? If so can
you describe what Matlab does differently? How is the pbaspect affected by
zooming for example?


figure ();

## An axes with both daspect and pbaspect fixed
axes ("dataaspectratio", [1 1 1], "plotboxaspectratio", [2 1 1])
hold on; box on;
plot (1:10);


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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