I have a set of data which has multiple components (ie. data with shape number n). What I would like to do is change the 'hue' in the colormap to reflect the different components
ie. the C code would look something 'like' this:
enum color_list = {"blue", "green", "red", "yellow"};
for ( i =0; i != n; ++i)
colormap.hue (color_list(i));
How do I get dx to do this?
Thanks,
Brent
--
Scanned by ClamAv - http://www.clamav.net
