Waterfall plot - Color table

Hi all,

I have a waterfall plot that I wish to color with one of the available color tables, for example CyanMagenta. But I would like to reverse the colors within - Magenta to Cyan.
Is there an easy way to do it?

Thanks

Rahul
Have a look at the example for waterfall plots in the manual
displayhelptopic "Waterfall Plots"
all you need to change is the second to last line in the "evenly spaced" example to
mat1ColorIndex=-y // note the '-'

and there you go.

HJ