Half of the world masked when using maskoceans in Basemap
问题 I would like to mask oceans when plotting the data from a netCDF dataset. I followed the great instructions given in the answer to this question. It works great for half of the world, but somehow, everything west of Greenwich is masked as well, both ocean and land. Here is my code: import netCDF4 import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt import matplotlib.cm as cm import mpl_toolkits from mpl_toolkits import basemap from mpl_toolkits.basemap import Basemap,