-
Notifications
You must be signed in to change notification settings - Fork 123
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 visualizations with JavaScript, Python, R, or [insert format here] #11
Comments
this javascript library (based on D3) would be a great way to bootstrap the project: |
Looks great, thanks for the tip. |
I'd suggest bokeh: http://bokeh.pydata.org/en/latest/ Quite natural as a web data vis tool for python. |
I saw bokeh in action at Pycon 2015 and was really impressed. Plotly could also work: https://plot.ly/python/. |
Hi @donnemartin thanks for sharing this great data, I've used it to create some similar visualizations using D3 and d3fc (a component library for building charts): http://colineberhardt.github.io/d3fc-github-viz/ Hope you like it :-) |
@ColinEberhardt great work! I opened a PR to link to your visualizations: #21 |
From the FAQ:
Can We See Visualizations in JavaScript, Python, R or ...?
Interested in contributing? Please post here with how you'd like to help. We can break this ticket up based on viz format (D3, matplotlib, ggplot, etc) if there is enough interest.
The text was updated successfully, but these errors were encountered: