Skip to content

Ask HN: List of tools to create beautiful data visualizations

23 pointsX410 comments
On 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?

Comments

X4OP

Cool, I only knew two from that list. These sources are surely really useful to follow to keep up with the field. Thank you!

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

X4OP

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

X4OP

wow, these charts really look stylish! Good work :)

Incanter, similar to R but based upon Clojure: http://data-sorcery.org/contents/

Another good mention, in addition to D3, for client-side graphing is highcharts: http://www.highcharts.com/

I have seen D3js used for a lot of visualizations. http://d3js.org/

d3 d3js.org

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.