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: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #61532] "Automatic limits for current axis" button doesn't respect "axis tight"
Date: Sat, 22 Jan 2022 04:50:30 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.62

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

I guess this diff should be applied:


diff -r cedb4046b4fb doc/interpreter/genpropdoc.m
--- a/doc/interpreter/genpropdoc.m      Sat Jan 22 10:47:45 2022 +0100
+++ b/doc/interpreter/genpropdoc.m      Sat Jan 22 10:48:31 2022 +0100
@@ -984,7 +984,7 @@
 for the y-axis.  __modemsg__.  @xref{XREFylim, , @w{ylim function}}.";
         s.valid = valid_2elvec;
 
-      case "xlimitmethod"
+      case "ylimitmethod"
         s.doc = "Method used to determine the y axis limits when the \
 @code{xlimmode} property is @qcode{\"auto\"}.  The default value, \
 @qcode{\"tickaligned\"} makes limits align with the closest ticks.  With \
@@ -1031,7 +1031,7 @@
 for the z-axis.  __modemsg__.  @xref{XREFzlim, , @w{zlim function}}.";
         s.valid = valid_2elvec;
 
-      case "xlimitmethod"
+      case "zlimitmethod"
         s.doc = "Method used to determine the z axis limits when the \
 @code{xlimmode} property is @qcode{\"auto\"}.  The default value, \
 @qcode{\"tickaligned\"} makes limits align with the closest ticks.  With \


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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