andrekorol / pycallisto

Python library for analyzing data from the e-Callisto International Network of Solar Radio Spectrometers
GNU General Public License v3.0
5 stars 1 forks source link

Use plotly instead of matplotlib #3

Open andrekorol opened 4 years ago

andrekorol commented 4 years ago

Change the plotting library from matplotlib to plotly. Unlike the former, plotly is browser-based and thus can be easily used on web applications.

That change would allow PyCallisto to be used on a broader range of applications, not restricted to local environments.

andrekorol commented 4 years ago

It may be a better idea to leave the current matplotlib API as it is and implement a new, separate API that uses plotly as the graphing library.