Is your feature request related to a problem? Please describe.
I've made a figure in matplotlib of a combination of some timeseries that I would like to plot alongside some maps generated with metview. Is there a way to directly import a matplotlib figure as a subplot in mv.mvl_regular_layout or mv.plot_superpage? (Or alternatively to export objects that matplotlib can natively work with?)
Describe the solution you'd like
A way to export from mv.plot as matplotlib fig, axs objects
Describe alternatives you've considered
Remaking the entire plot within existing metview functions, but this is cumbersome and package lock-in.
Additional context
No response
Organisation
KNMI
Is your feature request related to a problem? Please describe.
I've made a figure in matplotlib of a combination of some timeseries that I would like to plot alongside some maps generated with metview. Is there a way to directly import a matplotlib figure as a subplot in
mv.mvl_regular_layoutormv.plot_superpage? (Or alternatively to export objects that matplotlib can natively work with?)Describe the solution you'd like
A way to export from
mv.plotas matplotlib fig, axs objectsDescribe alternatives you've considered
Remaking the entire plot within existing metview functions, but this is cumbersome and package lock-in.
Additional context
No response
Organisation
KNMI