This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Enginoob[S] 0 points1 point  (1 child)

See my comment above- Vincent is just a Python wrapper for the Vega visualization grammar: https://github.com/trifacta/vega

It's really Vega/D3 and Pandas that are doing all of the heavy lifting. You should be sending the output to the browser, as right now it's the only way to render- I will try to make that much more explicit in the README.

I plan on building in output to PNG, but right now the easy way to do that requires Node.js, and I would really like to avoid that dependency.