Xarray Roll and Cartopy add_cyclic_point functions conflicting
问题 Recently I tried to make a simple plot of the Pacific and Atlantic Oceans together, from 180W-20E. To cross the 0 degree line I used the roll method as follows: import matplotlib.pyplot as plt import cartopy.crs as ccrs import cartopy.feature as cf import cartopy as cartopy import numpy as np import xarray as xr from cartopy.mpl.ticker import LongitudeFormatter, LatitudeFormatter from cartopy.util import add_cyclic_point dset = xr.open_dataset('sst.mnmean.nc') var = dset['sst'][:,:,:] lat =