Example 35: Mollweide projection#

Plotting using the Mollweide projection#
f = cf.read(f"cfplot_data/tas_A1.nc")[0]

cfp.mapset(proj="moll")

cfp.con(f.subspace(time=15))
../_images/ref_fig_35.png