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.