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

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

[Octave-bug-tracker] [bug #57040] contour does not merge axes domains, i


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #57040] contour does not merge axes domains, if hold
Date: Fri, 11 Oct 2019 09:01:06 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #3, bug #57040 (project octave):

@jwe: I tested online and both return the same. My main concern, is that ML is
somewhat able to keep track of requested limits being "auto" or "tight". The
following returns two different results:


clf; plot (1:10); hold on; axis tight; plot ([0 12.4]); get (gca, {'xlim',
'ylim'})
%%-> {[1 10], [0 12.4]}
clf; plot (1:10); hold on; plot ([0 12.4]); get (gca, {'xlim', 'ylim'})
%%-> {[1 10], [0 14]}


This means that even though "axis tight" was called before the appearance of
the new 12.4 data, ML is still able to maintains tight limits *automatically*
while the "x/ylimmode" are "manual" due to the call to axis. 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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