> # add british equivs > for k, v in cnames.items(): > if k.find('gray')>=0: > k = k.replace('gray', 'grey') > cnames[k] = v
Neat, that's a much better idea. > Note that in pylab, you can get some extra information by doing > >>>> help(colors) Thanks. I really like all the new auto-generated kwarg properties that are showing up in the docstrings now. I just noticed them today as I upgraded to 0.90. Martin ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel