Example 12: Longitude-time Hovmöller plot#

Making a Hovmöller plot with longitude and time as the axes#
f = cf.read(f"cfplot_data/tas_A1.nc")[0]

cfp.cscale("plasma")

cfp.con(f.subspace(latitude=0), lines=0)
../_images/ref_fig_12.png