mahynski / pychemauth

Chemometric analysis methods implemented in python
Other
9 stars 1 forks source link

Plotly backend #13

Closed mahynski closed 2 weeks ago

mahynski commented 4 months ago

Add option to create plots in plotly (express) instead of matplotlib.

https://plotly.com/python/plotly-express/

mahynski commented 2 weeks ago

Given how many tools now exist (e.g., https://www.tutorialspoint.com/plotly/plotly_with_matplotlib_and_chart_studio.htm), and presumably more will be developed, to easily convert mpl figs to plotly ones, it makes more sense to stick with a standard library for plotting and let users convert them as desired.