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

Nested axes in output of recipe_martin18_grl and recipe_li17natcc #2711

Closed
lukruh opened this issue Jul 7, 2022 · 0 comments · Fixed by #2712
Closed

Nested axes in output of recipe_martin18_grl and recipe_li17natcc #2711

lukruh opened this issue Jul 7, 2022 · 0 comments · Fixed by #2712
Assignees
Milestone

Comments

@lukruh
Copy link
Contributor

lukruh commented Jul 7, 2022

The two recipes recipe_martin18grl and recipe_li17natcc.yml produce figures where additional frames (nested axis) are shown (example).

For recipe_martin18grl they are probably created here (and L561):

fig, axx = plt.subplots(figsize=(8, 4))
axx = plt.axes(projection=cart.PlateCarree(central_longitude=0.0))

and for recipe_li17natcc.yml :

axx = plt.axes(projection=cart.PlateCarree())

@lukruh lukruh added this to the v2.6.0 milestone Jul 7, 2022
@lukruh lukruh changed the title nested axes in output of recipe_martin18_grl and recipe_li17natcc.yml nested axes in output of recipe_martin18_grl and recipe_li17natcc Jul 7, 2022
@lukruh lukruh changed the title nested axes in output of recipe_martin18_grl and recipe_li17natcc Nested axes in output of recipe_martin18_grl and recipe_li17natcc Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants