Dear all,

I am trying to plot different subplot with different colormap colors.

this is the first one, with colormap in red (YlOrRd):

cm = matplotlib.cm.get_cmap('*YlOrRd*')
sc=ax1.scatter(xp[::N],yp[::N], s=20, c=QA[::N],
marker='o',edgecolor='none',alpha=0.8,
                                                cmap=cm,
                                                vmin=vmin,vmax=vmax) 

How can set up again the default matplotlib colormap for the other. I do not
know the name of it.

thanks you all





--
View this message in context: 
http://matplotlib.1069221.n5.nabble.com/colormap-default-tp43196.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees_APR
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to