python xarray tick label size issue
问题 I am new for xarray and cartopy. I want to ask how can I increase/decrease labelsize on x-/y- ticks. Following is my code. fig = plt.figure(figsize=(18,8)) ax = plt.axes(projection =ccrs.PlateCarree()) ax.add_feature(cartopy.feature.LAND,facecolor='wheat') ax.add_feature(cartopy.feature.OCEAN) ax.add_feature(cartopy.feature.STATES, linestyle='-',lw=1.0,edgecolor='white') ax.add_feature(cartopy.feature.BORDERS, linestyle='-',lw=2.5,edgecolor='white') gp = ds.isel(time=0).gpm.plot.pcolormesh(