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

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

[Octave-bug-tracker] [bug #39243] change to {x, y}data does not update b


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39243] change to {x, y}data does not update bar()
Date: Thu, 13 Jun 2013 03:25:12 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36

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

I'm happy to give it a try.  Unfortunately, I'm not sure how to do it. 
Octave's addlistener() function is not present in Matlab (they have one what
works with classdef).

Any thoughts on how I'd manage a test?

Meanwhile,  doing things like,


clf
axis ([0, 10, 0, 10])
h = text (0.5, 0.5, 'foo');
set (h, 'units', 'normalized', 'position', [0.2, 0.5, 0])
h = text (0.5, 0.5, 'bar');
set (h, 'position', [0.2, 0.5, 0], 'units', 'normalized')


indicates that Octave and Matlab each update after each property is set.  So
my impression is that the way Octave's listeners are working is consistent
with how Matlab updates.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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