fig, ax = plt.subplots(1, 2, subplot_kw=dict(projection=ccrs.Robinson()))
ax[0].coastlines(linewidth=0.7)
ax[1].coastlines(linestyle='dashed')