I'm trying to use others colormaps on healpy.mollview I succeded with this code
from healpy import mollview
from pylab import arange, show, cm
m = arange(768)
mollview(m, cmap=cm.bwr)
show()
but I get an unexpected blue background and there is no way I can set it to white