The Good
Our good visualization can be found here:
http://www.mint.com/blog/wp-content/uploads/2009/11/MINT-TAXES-R4.png
Data/Mapping/Encoding
There are a large amount of data in this chart including percent taxable income, relative tax bracket size, and amount of total income tax paid. The chart also links each tax bracket with the total income tax paid. Each tax bracket is quantified as a percentage of the total population and encoded using the position in the chart, the height of the tax bracket block, and a shade of green. Higher tax brackets are higher on the chart and thinner because they represent less of the population and are shaded darker. Percent taxable income is shown by the percentage of the tax bracket that is shaded with hash marks. These are always black and show the actual value. The percent of total income tax paid by each bracket is shown in a pie chart using area/angle to split the total area. Each percentage is shaded a darker shade of red as the tax bracket increases. Connections between the tax bracket and total income tax paid are made using non-intersecting lines from the table to the pie chart.
For the most part, these are all good choices based on perception principles. The tax brackets are ordered data encoded with position from the bottom in the left chart. The relative size of each bracket is encoded using the height (length) of the block in the table. The hash shading used to show percent taxable income is encoded as length along the horizontal which gives the viewer a good idea of the relative amounts that each bracket is taxed. The pie chart is similar to the chart except that it uses area/angle, which are still good for quantitative data.
Here is the updated visualization:
New Mapping
It was difficult to develop a better visualization however there were a few things that we wanted to fix. First, we felt that the pie chart added just a little to much clutter to the image. We determined that encoding the percent income tax paid using length instead of angle would be more consistent with the chart to the left. This also removes clutter due to the connections made from the left table to the right table.
The second fix was to the color of the hash marks used in the upper tax brackets. We observed that as the green became darker, the hash marks were less visible. Our solution was to make the has marks white at the top of the chart. This makes it much easier to compare upper values with lower values.
The final fix was to place a glyph next to the hash mark key. While there is a note that explains what the has marks mean, on a quick viewing, the viewer might mistake the shaded region as taxable income instead of non-taxable income. This was a mistake that I made on my first review. Our glyph is the word tax with a red cross through it. This should make clear to any viewer that the shaded regions are not taxable.
Did we make things better?
This was a good visualization to begin with. We do believe that we where able to improve on it in minor ways. We believe that switching from angle to length for the pie chart was very important to helping the viewer connect the two charts. We also believe that changing the shading to a lighter color at the top of the left table was the only way to make the upper brackets readable.
The Bad
Our bad visualization can be found here:
http://emerge.softwarestudies.com/projects/ArtDiaspora.viz/kwangju-1degree-2.png
Data/Mapping/Encoding
The data in this visualization consists of seven categories and associations between each. The categories are, Artist, Work, Form, Place of Creation, Date of Work, Place of Birth, and Date of Birth. The associations are Artist to Work, Artist to Place of Birth and Date of Birth, and Work to form, Place of Creation, and Date of work. Each category is mapped to a list and encoded using color and angle around a circle. Each item in each category is also encoded using position in a list under the category and the categories color. Each item also has a small image but that helps very little. Associations are mapped to connections which are encoded as colored lines connecting two items on the perimiter of the circle.
This visualization was made as a show piece and may have been much more readable at a larger scale, however, on a computer screen it is simply impossible to trace any of the connections due to the large number of intersections. As an aside, the creator made the mistake of connecting the title category to every item under that category, this single attribute causes a majority of the clutter.
The main issue is that the visualization does not show the diaspora process of artists creating their work in different countries.
Here is our first attempt at a new visualization:
New Mapping
The first problem is to demonstrate the process of diaspora which is the process of artists moving from their native country and working in a different country. Our sub goal is also to show all of the different association between the artists and their work.
For the first attempt, we mapped the percentage of artists working in other countries to a number (y axis) and encoded it as a percentage of a bar at a given time. We mapped time to a number (x axis) and we show the percentages ate each time using the length of a bar and color to differentiate artists performing work in their home country from other countries. Two charts are created to show both the date of creation of the painting and the date of birth of the artist. This will help to identify generational trends.
In order to keep as many of the associations as possible, we include other data as comments in each bar. Each comment pertains to the year that it occurs on and helps to show the data that was presented in the original chart.
This was created using a smaller, fabricated data set and was produced using Illustrator.
Did we make things better?
We believe that we did make things better. The process of diaspora can clearly be seen by the rising percentages over time signifying that artists are leaving their country. Associations are slightly harder to trace, however they were impossible to trace in the original so this is an improvement.
Here is our second attempt:
New Mapping
Again, the problem is to show the diaspora process while maintaining as many associations as possible.
We abstracted the Date of Birth and Date of Creation into just a date concept which is encoded as position along the x axis. The Place of Creation and Place of Birth are combined into one concept that is encoded as position along the y axis. These were chosen because diaspora’s main concept is changing regions over time. The painter is encoded using his birth date and country to place him on the chart. Painters are encoded using the color yellow. Paintings are encoded using the date of creation and country of creation to place each on the chart. Each painting also displays its form to help with association. Painters are associate to their paintings using a personal timeline that is color coded for each painter.
This was implemented in C++ using the QT libraries to create the graphics. Again, a fabricated data set was created to show example output at a reasonable scale.
Did we make things better?
We believe that this is also an improvement over the original. Visualizing the process of dispora is accomplished by the deviation of each painting form the line that the original painter falls on. Association can easily be made between work and painter and all other information by simply reading the country and date from the chart.