# HG changeset patch # User Rik # Date 1380908145 25200 # Node ID 0b3cf264ec2fd7fb8f24ddc68a38e972563863f6 # Parent 4166048ba6cfbb9cad08b4b6e53bfd8d80d6fae7 struct2hdl.m: addproperty __plotyy_axes__ of type "data", not "any". "data", not "any". diff -r 4166048ba6cf -r 0b3cf264ec2f scripts/plot/struct2hdl.m --- 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))