|
Could someone run the following test in Matlab
set (groot, 'DefaultLineColor', [1 0 1])
h = line ();
get (h, 'color')
I'm trying to determine if line() with no arguments uses the defaults from
the root object or defaults from the "colororder" property.
--Rik
|