On Wed, Feb 24, 2010 at 3:06 AM, Matthias Michler
<matthiasmich...@gmx.net> wrote:
> some time ago somebody proposed an example on the list to circle through all
> possible colormaps. In this time cm had an attribute "cm.cmapnames", which
> hold all these names, but nowerdays (svn-HEAD) this attribute has be removed
> and in my opinion 'cm.cmap_d.keys()' is an appropriate replacement for this.
>

The names are available as "cm._cmapnames". However, this list does
not include any reverse map names (i.e., names like "jet_r").
So, yes, you should use cmap_d instead.

Regards,

-JJ

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to