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: Sun, 04 May 2014 20:36:13 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

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

                 Summary: linkprop doesn't always work with axes limits
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: dim. 04 mai 2014 20:36:12 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The following example demonstrates the bug


ax1 = subplot (1,2,1);
ax2 = subplot (1,2,2);
link = linkprop ([ax1 ax2], "ylim");
set (ax1, "ylim", [-5 2]) ## ax2 is updated as expected
plot (1:10)               ## ax1 is not updated


Explicitly changing "ylim" works, but when the "ylim" of an axes is updated
due to a data change, "ylim" value is not propagated to the other axes.  




    _______________________________________________________

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]