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: Markus Mützel
Subject: [Octave-bug-tracker] [bug #57040] contour does not merge axes domains, if hold
Date: Fri, 11 Oct 2019 11:03:53 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0

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

This info seems to be stored in the hidden "XLimSpec" (or similar for y and z)
property of the axes. 
In Matlab R2016a:

>> figure;
>> axes;
>> get(gca, 'XLimSpec')

ans =

stretch

>> axis tight
>> get(gca, 'XLimSpec')

ans =

tight

>> set(gca, 'XLimSpec')
    'stretch'
    'tight'



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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