Open andrekorol opened 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.
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.
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.