Data looks better naked
31–40 of 50 posts
Re: Data looks better naked
#32Not sure about lightening the labels and removing bolding. Contrast and readability goes down.
Re: Data looks better naked
#33Does anyone have any examples of great analytics dashboards(of any kind)? I've always been a bit unimpressed with most of them. Making the base presentation simple and clean while still allowing powerful filtering can be tricky.
Re: Data looks better naked
#34That's just following Edward Tufte's maxim to minimize chart junk. http://en.wikipedia.org/wiki/Chartjunk Any of you on HN that aren't familiar with "The Visual Display of Quantitative Information" should give it a read (and the rest of his books).
> and the rest of his books I find his books to be a bit too light on the content. All of them combined would've made a great book that would still be of a reasonable thickness, but he is self-published and he makes his living from lectures and book sales, so he's probably not too interested in that.
Re: Data looks better naked
#35Not sure about lightening the labels and removing bolding. Contrast and readability goes down.
Don't get me wrong--I agree that the units/what-are-we-actually-measuring, 'Calories per 100g', should be darker in the final graph (though I don't think it needed to be bold). I also think the direct-labelling step, which obviates the lightening of the y-axis and over-shoots attenuation in favor of full, bright whiteness is an improvement.
Lightening may not be the best independent step but I think it's at least illustrative as an intermediate one.
Re: Data looks better naked
#36Agreed until it removed the numbers in y-axis. I want to see the scale, minimum, and maximum points in evenly spaced lines, whether logarithmic or linear space is used. This way, these details slightly disappear, or become harder to interpret.
Re: Data looks better naked
#37Not sure about lightening the labels and removing bolding. Contrast and readability goes down.
The idea is to keep focus on the data. The labels are reference when exact numbers are needed, but the data trend is king.
http://i.imgur.com/zXkkJw4.png
vs.
http://i.imgur.com/f6A84ds.png
It's the same exact data (which I made up, by the way) but the first one tells a very different story from the second.
Re: Data looks better naked
#38Re: Data looks better naked
#39That's just following Edward Tufte's maxim to minimize chart junk. http://en.wikipedia.org/wiki/Chartjunk Any of you on HN that aren't familiar with "The Visual Display of Quantitative Information" should give it a read (and the rest of his books).
> and the rest of his books I find his books to be a bit too light on the content. All of them combined would've made a great book that would still be of a reasonable thickness, but he is self-published and he makes his living from lectures and book sales, so he's probably not too interested in that.
If you just want to make better charts, buy, a from memory guess, Envisioning Information. It provides most of the basics of The Visual Display of Quantitative Information but develops the ideas a little further and provides better, more modern examples. If you think it's a cool topic then buy them all because they're all pretty nice books.
Re: Data looks better naked
#40For every chart you could ever want with a very easy-to-use API, highcharts ( http://www.highcharts.com/ ) is your best friend. Free for personal use, inexpensive for commercial license. Highcharts will let you show as much or as little as you want. It's funny the author chose calorie per food portion for the example, I'm actually developing a web app that helps plan diets and I did exactly the same thing - remove la…