★ Theme river
posted Wed 5 Mar 2008 by Michael Galloy under IDLThere have been several cool examples of using themerivers recently, so I thought I would make a simple direct graphics version for IDL. One possible use in IDL would be to show confidence intervals around a vector of data (as in the photo to the left). I included a main-level program in the file, so just
IDL> .run mg_themeriver
to see an example of using MG_THEMERIVER
(code, <span style=“text-decoration: line-through;”>docs</span>). You will need the Brewer color tables, the accessor routines, and MG_RGB2INDEX
to run the demo (but not mg_THEMERIVER
).
March 9th, 2008 at 10:20 pm
Please check this code out again, it fails to run.
It needs mg_rgb2index procedure.
Thank you always for your valuable IDL tips~
March 9th, 2008 at 10:27 pm
Sorry, I forgot that one; I added a link to it.