octave-maintainers
[Top][All Lists]
Advanced

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

Help with line()


From: Rik
Subject: Help with line()
Date: Wed, 12 Dec 2018 09:26:38 -0800

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



reply via email to

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