Skip to content
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

Open
kindlychung opened this issue Jun 12, 2016 · 4 comments
Open

Plot locally? #9

kindlychung opened this issue Jun 12, 2016 · 4 comments

Comments

@kindlychung
Copy link

kindlychung commented Jun 12, 2016

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/

@pbugnion
Copy link
Contributor

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.

@kindlychung
Copy link
Author

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.

@pbugnion
Copy link
Contributor

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.
If you mean the manual exploratory testing, the time taken to actually send the data to Plotly is such a tiny fraction of the time taken to actually think through what you want to test that the time savings are irrelevant.

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.

@viral612
Copy link

viral612 commented Jul 8, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants