Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new plotting API #700

Open
akrherz opened this issue Feb 3, 2023 · 0 comments
Open

Create new plotting API #700

akrherz opened this issue Feb 3, 2023 · 0 comments
Assignees

Comments

@akrherz
Copy link
Owner

akrherz commented Feb 3, 2023

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
from pyiem.plot import IEMFigure

fig = IEMFigure(
    layout=...,  # domain like default, fourpanel, None
    title=....
    
)

WIP, more later as I think about this.

@akrherz akrherz self-assigned this Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant