base_graphics_backend
Ryan Rusaw
rrusaw at gmail.com
Tue Sep 9 10:57:37 CDT 2008
On Tue, Sep 9, 2008 at 4:32 AM, David Bateman
<David.Bateman at motorola.com> wrote:
>
> I'm currently also having issues with callbacks and the title, [xyz]label
> properties of the axes objects in that I see them ending up with the wrong
> object type (ie not a "text" object). Trying to debug it, but it seems to be
> quite bizarre.
That corresponds to the behaviour I'm seeing.
{"payload":{"objectCreated":{"object":{"properties":[{"key":"__myhandle__","value":{"double_value":-8.768229594562095}},{"key":"type","value":{"string_value":"text"}}]}}}}
{"payload":{"objectDeleted":{"object_id":-8.768229594562095}}}
{"payload":{"objectCreated":{"object":{"properties":[{"key":"__myhandle__","value":{"double_value":-8.768229594562095}},{"key":"type","value":{"string_value":"line"}}]}}}}
But the ylabel property of the axes isn't updated and still contains
-8.768229594562095.
Ryan
More information about the Octave-maintainers
mailing list