State Murder Rates by Per Capita Income from 1977 Census Data
State Per Capita Income, Illiteracy, Murder and HS Graduation Rates
Parallel Coordinates
Basic
Moderate
Advanced
For the bubble chart, I chose to plot income against murder rate to see that there is a trend, as income levels rise, murder rates lower. I chose to color the bubbles by region to highlight the fact that the southern states have lower income and higher murder rates. I added a tooltip to the chart so that the user could easily see all metrics that had been used to code the bubbles and easily compare between states.
For the small multiples chart, I chose to show several bar graphs comparing variables accross different states. This plot shows high school graduation rate, per capita income, murder (per 100,000 pop) and illiteracy. I wanted to see how income and high school graduation levels affect illiteracy and murder rates in each state. Again, I colored each bar by region for easier comparison between states. I chose to fade the bars for states in different regions upon mouseover as a way of using pre-attentive attributes to highlight specific regions. For example, from hovering over the southern states, we can see that many of them have higher rates of illiteracy and murder, and lower high school graduation rates and per capita income. By changing the transition time when the rest of the bars fade out over hover, I avoid the issue of change blindness for the user. I also added tooltips so that a user could easily see what each number corresponds to and what regions
Lastly, I implemented a parallel coordinate chart. On this chart, I chose to show two ordinal axes, the state and the region along with 5 other linear axes. I originally implemented brushing effects on these axes, so that only the lines that were within that range on the axis were highlighted, but ran into a few issues with getting the brushing effect to work on the ordinal axes. Instead, I chose to change and instead, fade out the lines (and state names) that were not being hovered over. The lines are still visible at a lower opacity in the background, which helps the viewer to still see the context. Again, I colored the lines by region to match with the colors used in the other two charts. I also rearranged the order that the axes appear so that life expectancy and high school graduation rate were on either side of murder to highlight the very clear trend in the south: low life expectancy and high school graduation rates with high rate of murder compared to other regions.