import matplotlib.pyplot as plt import cartopy.crs as ccrs def main(): ax = plt.axes(projection=ccrs.Robinson()) # make the map global rather than have it ...
確定! 回上一頁