changeset 17567:0b3cf264ec2f

struct2hdl.m: addproperty __plotyy_axes__ of type "data", not "any". "data", not "any".
author Rik <rik@octave.org>
date Fri, 04 Oct 2013 10:35:45 -0700
parents 4166048ba6cf
children 1b388d922e6b
files scripts/plot/struct2hdl.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/struct2hdl.m	Fri Oct 04 10:00:44 2013 -0700
+++ b/scripts/plot/struct2hdl.m	Fri Oct 04 10:35:45 2013 -0700
@@ -189,7 +189,7 @@
 
     if (isfield (s.properties, "__plotyy_axes__"))
       plty = s.properties.__plotyy_axes__;
-      addproperty ("__plotyy_axes__", h, "any");
+      addproperty ("__plotyy_axes__", h, "data");
       tmp = [p [s.handle; h]];
       tst = ismember (tmp(1:2:end), plty);
       if (sum (tst) == numel (plty))