octave-maintainers
[Top][All Lists]
Advanced

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

Help with ColorOrder property


From: Rik
Subject: Help with ColorOrder property
Date: Wed, 6 Jul 2016 11:38:12 -0700

7/6/16

All,

Could someone run the following test code under Matlab (>2014b) and upload
the resulting png file?

Thanks,
Rik

hf = figure ();
hax = axes ();
set (hax, 'colororder', [1 0 0; 0 0 1]);
set (hax, 'linestyleorder', {'--', ':', '-'});
hold on
plot (0:2, 0:2)
plot (2:4,2:4)
plot (4:6,4:6)
plot (6:8,6:8)
plot (8:10, 8:10)
plot (10:12, 10:12)
plot (12:14, 12:14)
saveas (gcf, 'tst.png')





reply via email to

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