landlab.plot.colors# colors.py. Created on Mon Jan 18 13:28:17 2016 @author: gtucker colormap(name)[source]# Return named Landlab colormap as a matplotlib colormap. Parameters: name (str) – Name of colormap are (Currently available maps) – ‘water’: black to light blue ‘earth’: dark olive to light sand color earth_colormap()[source]# Return matplotlib colormap with ‘earth’ theme. water_colormap()[source]# Return matplotlib colormap with ‘water’ theme.