October 2018
Beginner to intermediate
676 pages
18h 30m
English
The following are the steps to plot our country maps:
fig = plt.figure(figsize=(12, 6))
ax1 = fig.add_subplot(231, projection=ccrs.PlateCarree())ax2 = fig.add_subplot(232, projection=ccrs.PlateCarree())ax3 = fig.add_subplot(233, projection=ccrs.PlateCarree())ax4 = fig.add_subplot(234, projection=ccrs.PlateCarree())ax5 = fig.add_subplot(235, projection=ccrs.PlateCarree())ax6 = fig.add_subplot(236, projection=ccrs.PlateCarree())
shpfilename = shapereader.natural_earth(resolution='10m', ...
Read now
Unlock full access