viz icon indicating copy to clipboard operation
viz copied to clipboard

Add visualizations with JavaScript, Python, R, or [insert format here]

Open donnemartin opened this issue 9 years ago • 6 comments

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.

donnemartin avatar Jan 18 '16 02:01 donnemartin

this javascript library (based on D3) would be a great way to bootstrap the project:

https://dc-js.github.io/dc.js/

mattharley avatar Feb 05 '16 08:02 mattharley

Looks great, thanks for the tip.

donnemartin avatar Feb 05 '16 12:02 donnemartin

I'd suggest bokeh: http://bokeh.pydata.org/en/latest/

Quite natural as a web data vis tool for python.

datnamer avatar Feb 06 '16 23:02 datnamer

I saw bokeh in action at Pycon 2015 and was really impressed.

Plotly could also work: https://plot.ly/python/.

donnemartin avatar Feb 07 '16 11:02 donnemartin

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 avatar Feb 10 '16 15:02 ColinEberhardt

@ColinEberhardt great work! I opened a PR to link to your visualizations: https://github.com/donnemartin/viz/pull/21

donnemartin avatar Feb 11 '16 13:02 donnemartin