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

Add basic data viz support using javascript libraries (d3.js, dc.js, nvd3.js, and more?) #90

Open
tmthyjames opened this issue May 20, 2017 · 1 comment

Comments

@tmthyjames
Copy link
Owner

Add ability to build custom, interactive graphs using the best JS libraries using a python interface.

Example syntax (maybe?):

plot.hist(df.desired_column)
plot.box(df.desired_column, groupby='column_to_groupby')
plot.scatter(x='x', y='y', data=df)
@tmthyjames
Copy link
Owner Author

tmthyjames commented May 20, 2017

add ability to export the javascript code used for building the graph:

graph = plot.box(df.desired_column)
print graph.__javascript_code__

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

No branches or pull requests

1 participant