-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plot locally? #9
Comments
I totally agree! It's on my (very long) list of things to add. If someone is willing to look into this, I'm happy to advise. |
I am thinking, wouldn't this feature speed up the development of this package as well? The testing process would be much faster if it's done locally. |
If you mean that the automated tests would run faster, most of the unit tests just verify that the JSON request body is correctly formulated. The request is not sent to Plotly, so the tests already run locally. Yes, the ability to plot offline is useful and is certainly something that someone needs to address, but I don't see how having it would speed up development. On the contrary, it adds an additional layer of complexity since we effectively have two different backends. |
Curious if this is still being actively developed. Pascal - I am happy to look into building this if it helps. I am working on a project where i need plots support and having ability to programmatically store the plots will be very useful. |
Nice lib!
It would be wonderful if we can plot data locally instead of sending over internet.
Something like this: https://plot.ly/python/offline/
The text was updated successfully, but these errors were encountered: