Playing with graphs
Jun. 26th, 2011 12:41 pmI took the data from the Game Of Thrones poll and turned it into a chart.

The Google Chart API/Wizard is pretty neat - you can generate charts by hand using the API here, or using the wizard here.
Sadly they only support having three circles, otherwise I'd have broken down the overlapping section into which one people preferred (of the 13 people that had read the book and seen the series it split 2:1 in favour of the book).
The Google Chart API/Wizard is pretty neat - you can generate charts by hand using the API here, or using the wizard here.
Sadly they only support having three circles, otherwise I'd have broken down the overlapping section into which one people preferred (of the 13 people that had read the book and seen the series it split 2:1 in favour of the book).
no subject
Date: 2011-06-26 02:52 pm (UTC)If you consider the obvious "four corners of a square" layout
A B
C D
You can't illustrate on that an area where A and D overlap but not also B and C. No matter how you juggle your circles you will never be able to include all the possible intersections.
no subject
Date: 2011-06-26 03:20 pm (UTC)What I _really_ wanted in this case was the ability to specify a box around the whole thing (for "all respondents") and to then subdivide the circles/intersections arbitrarily.
But at that point I'm probably better off going off and drawing it myself.
no subject
Date: 2011-06-27 09:30 am (UTC)You can do arbitrary values with four variables, represented by two circles, their intersection, and an outside circle, which is the capability Google give you here.