set_title can be used to set title, once the proper axes(ax) or subplot is selected. import matplotlib.pyplot as plt fig, ax = plt.subplots(2, 2 ... ... <看更多>
import xarray as xr import matplotlib.pyplot as plt import pandas as pd ... PlateCarree(), cmap='coolwarm',extend='both') # Title each subplot with the name ... ... <看更多>