Data visualization software
Here is a list of software and other tools that can be used for data visualization. Feel free to add others and comment on your experience with any of them.
- http://selection.datavisualization.ch/ – Selected tools
*ManyEyes.Eyes*http://manyeyes.alphaworks.ibm.com/manyeyes/– Cf. related article on this tool in the knowledgebase. http://kb.ucla.edu/articles/many-eyesTableauPublic:Publichttp://www.tableausoftware.com/public/- Google Visualization API Reference
–https://developers.google.com/chart/interactive/docs/reference *Programming languages designed for visualization:*myMy current favorite here is Processing http://processing.org/ . Processing code runs on top of Java, so it can run standalone or as an applet in the browser. A significant subset of Processing has been ported to JavaScript http://processingjs.org/ so you can write visualization code that runs in HTML 5 browsers.-
Programming libraries designed for visualization:
whileWhile there are options for just about any programming language you can think of, I am particularly impressed by two JavaScript libraries: the JavaScript InfoVis Toolkit and Protovis – either one will help you create powerful interactive visualizations that run in the browser. - Infogram – they provide templates, you add the data.