serpentine-h2020 / serpentine

Python tools and software developed by the SERPENTINE project for data downloading and performing of analysis and visualisation
https://serpentine-h2020.eu/tools/
BSD 3-Clause "New" or "Revised" License
18 stars 2 forks source link

Return plot objects for PFSS tool #26

Open jgieseler opened 1 year ago

jgieseler commented 1 year ago

Similar to https://github.com/jgieseler/solarmach/issues/2, provide an option to return the matplotlib plot object so that the user can modify the output figure for the PFSS tool.

jgieseler commented 2 weeks ago

solarmach's plot_pfss already supports return_plot_object=True. Got give an example in the Notebook. Or just rely on the docs once https://github.com/jgieseler/solarmach/issues/45 is done.