Archive for category: tips
9 February, 2011 (19:08) | charts, data visualization, protovis, tips | By: jerome
Previous : Multi-dimensional arrays, inheritance and hierarchy Short interlude: what can be done with arrays in javascript? Now that we have a grasp on how arrays work and how they can be used in protovis, let’s take a step back and look at some very useful methods for working with arrays in standard javascript. Sorting [...]
Tags: arrays, javascript, protovis, tutorial | 6 comments
8 February, 2011 (19:51) | charts, data visualization, protovis, tips, Uncategorized | By: jerome
Previous post: simple arrays Multi-dimensional arrays, associative arrays and protovis Even for a simple chart, chances are that you’ll have more than a single series of numbers to represent. For instance, you could have labels to describe what they mean, several series, and so on and so forth. So, let’s say we want to add [...]
Tags: hierarchy, inheritance, protovis, tutorial | 5 comments
7 February, 2011 (19:41) | data visualization, protovis, tips | By: jerome
When I started using protovis I had only a very basic knowledge of javascript, which in theory isn’t a problem as protovis is meant to be learned by example, and as it has its own logic and structure which is different from typical javascript code. So I started by looking and modifying examples which was [...]
Tags: arrays, data, protovis, tutorial | 11 comments
10 February, 2010 (18:53) | book review, charts, data publishing, data visualization, tips | By: jerome
Introducing Making Data Meaningful Part 2 – Style guide on the presentation of statistics – which, as its name cleverly suggests, is a compilation of advice to present graphical information. It’s a follow up to Making Data Meaningul part 1 , which focused on writing about data, as opposed to visualize it. The book is a [...]
Tags: advice, chart, data presentation, graphics, guidelines, how to, meaningful graphics | 3 comments
21 December, 2009 (19:29) | data publishing, data visualization, tips, web sites | By: jerome
In the past couple of months, I have been busy maintaining a blog for OECD: Factblog. The idea is to illustrate topics on which we work by a chart which we’ll change regularly. So in order to do that, I’d have to be able to create charts of publishable quality. Excel screenshots: not a good [...]
Tags: area charts, bar charts, bitmap, blog, blogging charts, charts, data visualization, Excel, line charts, processing, tool | 2 comments
20 August, 2009 (18:14) | tips | By: jerome
Imagine a situation where you have data neatly stored in Excel, in a form you’re comfortable with (or stuck with) and you want to combine it to create a beautiful HTML document (or XML, TXT, you name it). For the sake of argument, let’s assume you have this spreadsheet here: and you want to create [...]
Tags: Excel, file, file system object, fso, html, script, vba, write, xhtml | No comments