viz
viz copied to clipboard
Add visualizations with JavaScript, Python, R, or [insert format here]
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.
this javascript library (based on D3) would be a great way to bootstrap the project:
https://dc-js.github.io/dc.js/
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: https://github.com/donnemartin/viz/pull/21