Most examples in the doc uses share=0 or share=False. Does and can geographic axes support share/sharex/sharey arg?
fig,axs=pplt.subplots(ncols=2,proj='cyl',refwidth='6cm',share='all')
axs.format(lonlim=(100, 105), latlim=(30, 35),labels=True)
axs[1].format(lonlines=2,latlines=1)
Most examples in the doc uses
share=0orshare=False. Does and can geographic axes supportshare/sharex/shareyarg?