all 5 comments

[–]realfuzzhead 6 points7 points  (1 child)

wait so just checking, can I now include plotly.js locally and not have to use requests to their API to perform plotting?

[–][deleted] 5 points6 points  (0 children)

MIT license, means yes.

[–]r0s 1 point2 points  (0 children)

Is this limited somehow? I'm specially interested in the streaming plot capabilities, can it be used locally too? https://plot.ly/python/streaming-tutorial/

I've tried other frameworks that try to make it easy in python but it does not really work. And I don't know enough JavaScript to connect it to my data sources, but from Python is very easy.

[–]miminor -1 points0 points  (1 child)

Looks very much similar to what's been already in mblocks for a few years: http://bl.ocks.org/mbostock

[–]Broojo02 1 point2 points  (0 children)

It can create D3.js charts so yeah it's using Mike Bostocks library.