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
My pyiem.plot.geoplot has become such a mess and is not sustainable, so time to flush out a new approach. Here's some implementation thoughts to target...
Layouts and available resource names
layout
description
names
default
The default creation of one mpl (non-geo) axes
ax, cax
None
No axes are created
n/a
geopanel
A single geopanel
gp, cax
frompyiem.plotimportIEMFigurefig=IEMFigure(
layout=..., # domain like default, fourpanel, Nonetitle=....
)
WIP, more later as I think about this.
The text was updated successfully, but these errors were encountered:
My
pyiem.plot.geoplot
has become such a mess and is not sustainable, so time to flush out a new approach. Here's some implementation thoughts to target...Layouts and available resource names
WIP, more later as I think about this.
The text was updated successfully, but these errors were encountered: