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

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

[Octave-bug-tracker] [bug #42285] linkprop doesn't always work with axes


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #42285] linkprop doesn't always work with axes limits
Date: Fri, 16 May 2014 12:57:01 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #2, bug #42285 (project octave):

Yes, the example works in matlab. The "plot" command doesn't remove axes
listeners, neither does "reset" (AFAIU "cla reset" is equivalent to "reset
(gca)") command:


ax1 = subplot (1,2,1);
ax2 = subplot (1,2,2);
link = linkprop ([ax1 ax2], 'ylim');
reset (ax1)
set (ax2, 'ylim', [-5 5])
get (ax1, 'ylim') %% -> [-5 5]


I should probably consider this in order to update my patch for bug #35511.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42285>

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




reply via email to

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