Example 34: Cropping the Lambert Conformal Conic (LCC) projection#

Plotting using the Lambert Conformal Conic (LCC) projection and cropping the displayed boundaries.#
f = cf.read(f"cfplot_data/tas_A1.nc")[0]

cfp.mapset(proj="lcc", lonmin=-50, lonmax=50, latmin=20, latmax=85)

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