The Tufte books are brilliant. For dynamic charts, his first book (The Visual Display of Quantitative Information) is the most relevant, it covers the theory - how to tell a good representation from a bad one - and the basics. Readings in Information Visualization ( http://www.amazon.co.uk/Readings-Information-Visualization-I... ) is a collection of papers covering a wide range of techniques for a wide range of tasks…
Ask HN: Any good books on graphing/charting/visualization?
11–20 of 40 posts
Re: Ask HN: Any good books on graphing/charting/visualization?
#12The Tufte books are brilliant. For dynamic charts, his first book (The Visual Display of Quantitative Information) is the most relevant, it covers the theory - how to tell a good representation from a bad one - and the basics. Readings in Information Visualization ( http://www.amazon.co.uk/Readings-Information-Visualization-I... ) is a collection of papers covering a wide range of techniques for a wide range of tasks…
Information is Beautiful is great for fun stuff, but there are a ton of bad practices on that site, it's not for serious infographics. Be careful copying from it unless you are really able to tell where he's having fun and where his charts are serious (because he's very capable of both).
Re: Ask HN: Any good books on graphing/charting/visualization?
#13Edward Tufte's book The Visual Display of Quantitative Information is a monumental book. He writes not about how to make your graphs look pretty, but how to display vast quantities of data and distill them down into useful graphics that communicate themselves effectively. He provides examples of good and bad graphs, but more importantly, explains what exactly it is that makes those examples good and bad, and further…
Agreed, its absolutely excellent. Thanks to Y Combinator for listing it in the book list.
> Additionally, if I were you, I'd stay way from statistical approaches to displaying information...
Not agreed. In my opinion you might have missed what I felt was a main point of that book: Always learn the appropriate statistics required to understand the data, choose a correct visualization method to communicate those statistics effectively, and once you've understood it fully, confirmed the results, and removed all the cruft, then publish it.
Re: Ask HN: Any good books on graphing/charting/visualization?
#14Re: Ask HN: Any good books on graphing/charting/visualization?
#15But for your situation, check out some of these sites which focus on more complicated graphing techniques:
http://www.perceptualedge.com/examples.php
http://blogof.francescomugnai.com/2009/04/50-great-examples-...
http://interface.fh-potsdam.de/infodesignpatterns/news.php
http://webdesignledger.com/inspiration/15-stunning-examples-...
Re: Ask HN: Any good books on graphing/charting/visualization?
#16Re: Ask HN: Any good books on graphing/charting/visualization?
#17Also, look at Ben Fry's Processing books (http://benfry.com/). Here's an introductory tutorial - http://blog.blprnt.com/blog/blprnt/your-random-numbers-getti...).
If you're familiar with Python, check out Matplotlib (https://www.packtpub.com/matplotlib-python-development/book).
Re: Ask HN: Any good books on graphing/charting/visualization?
#18Edward Tufte's book The Visual Display of Quantitative Information is a monumental book. He writes not about how to make your graphs look pretty, but how to display vast quantities of data and distill them down into useful graphics that communicate themselves effectively. He provides examples of good and bad graphs, but more importantly, explains what exactly it is that makes those examples good and bad, and further…
> Edward Tufte's book The Visual Display of Quantitative Information is a monumental book. Agreed, its absolutely excellent. Thanks to Y Combinator for listing it in the book list. > Additionally, if I were you, I'd stay way from statistical approaches to displaying information... Not agreed. In my opinion you might have missed what I felt was a main point of that book: Always learn the appropriate statistics require…
Of course, if it's worth it to invest the time required to have a fundamental understanding of statistics, by all means do so -- but if this is a one-time or a short-term project, I'm not sure the time commitment is worth it.
Re: Ask HN: Any good books on graphing/charting/visualization?
#19I would highly recommend learning R ( http://www.r-project.org/ ). It is very easy to directly query databases and R has many visualisation packages, including the awesome ggplot2 ( http://had.co.nz/ggplot2/ ) based on the grammar of graphics. I'm writing an R graphs cookbook and my startup's visualisation product is also built on R (see profile and feel free to email me if you need any help). Also, look at Ben Fry's…
Re: Ask HN: Any good books on graphing/charting/visualization?
#20Fun fact - Tufte's in Arlington giving a talk and we're taking a 15 minute break right now. Compelling speaker and thrilling read (he's giving away four of his books to every attendee).
Another fun fact: when he couldn't get his first book (VDQI) published the way he wanted, he mortgaged his house and published it himself. Respect.