Ask HN: List of tools to create beautiful data visualizations

23 points by X4 ↗ HN
Hi,

I'm sure there are some amongst you who write beautiful blog posts like this http://kukuruku.co/hub/cpp/lock-free-stack-for-windows or create scientific papers containing wonderful visualizations of data. Would you please share with us the tools you use and possibly also the work you create with it?

10 comments

[ 2.9 ms ] story [ 35.5 ms ] thread
I'm working a JS 3D graph visualization library. Think Sigma.js, but 3D. You can see a fairly lame demo here:

http://froosky.rwell.org/graphosaurus/examples/eve/

and the source:

https://github.com/frewsxcv/graphosaurus/

Check the source on the examples page if you want to see the API thus far. While progress is being made, having other contributors (especially ones with WebGL, Three.js, or graphics backgrounds) definitely helps. Please please please let me know if you have any comments about anything related to the project. If you have any ideas for demo/example graphs, please share them! I'm getting tired of staring at the EVE Online universe :P

This looks awesome! Great work and thanks for sharing!
R + ggplot2 allows you to make aesthetically pleasing charts with minimal time and code. (and more importantly, it promotes good design without detracting from the purpose of the chart)

A couple visualizations I've done using 100% R + ggplot2:

http://i.imgur.com/WUcaoDm.png

http://i.imgur.com/rIfOCN1.png

wow, these charts really look stylish! Good work :)
Cool, I only knew two from that list. These sources are surely really useful to follow to keep up with the field. Thank you!