Is your feature request related to a problem? Please describe.
Currently the FigLogger uses Plotly, mainly due to the integration with kachery-cloud, but often I use (and other use) matplotlib.
Describe the solution you'd like
Provide relatively similar functionality as the savePlotly but without the cloud save functionality (since kachery-cloud doesn't currently support matplotlib)
Describe alternatives you've considered
We could continue just trying to convert everything to plotly, but it should be simple enough to just be able to save matplotlib data
Is your feature request related to a problem? Please describe.
Currently the FigLogger uses Plotly, mainly due to the integration with kachery-cloud, but often I use (and other use) matplotlib.
Describe the solution you'd like
Provide relatively similar functionality as the
savePlotlybut without the cloud save functionality (since kachery-cloud doesn't currently support matplotlib)Describe alternatives you've considered
We could continue just trying to convert everything to plotly, but it should be simple enough to just be able to save matplotlib data