You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the nice example provided on the Feature Creation page, you could probably remove the useless line:
B) ax.add_feature(cfeature.LAND)
because you have already called
A) ax.stock_img()
As a matter of fact, B) being called after A), it should theoretically be plotted above A). I see you are using a default zorder=-1 for LAND, so it is probably below everything else (did not know you could use negative zorder values)