All examples By author By category About

erikaris

VI_7

Name: Erika Siregar

  • Assignment : Visualization Implementation (VI7)
  • Course: Information Visualization (CS725)
  • Semester : Spring 2016

Node-link Diagram

*I grouped the data based on their GMT regions. There are 4 regions being displayed: GMT+5 (blue color), GMT+6 (red color), GMT+7 (green color), and GMT+8 (orange color).
*I encode DC with bigger size of node to make it more obvious to users. So, users can easily compare or measure the distance between DC and other states.
*From the node link we can easily see the states that directly adjacent to each other. The adjacent states are connected with a link. The interesting thing to be considered here is since I grouped the nodes by region, we can directly see which states that connect to each other but have different GMT regions. For example: Indiana (IN) is located in GMT+8 region (orange color), but it is neighboring with Illinois (IL) which is located in GMT+7 (green color).
*Another interesting point is users can measure the distance between one state to another by counting the number of links that separate them. For example, there are two links between Oregon and Wyoming through Idaho. It means Oregon is located 2 states away from Wyoming, if we go through Idaho. On the other hand, Oregon and Wyoming are located 3 states away from each other if we go through Nevada and Utah, since there are 3 links that separate them.

Matrix view

*I found the matrix view is more difficult to comprehend compare to node-link diagram. I provide a dropdown list where user can choose how they like to order the states: either by name, number of connections, or time region.
Here are some insights that I could gain from the adjacent matrix:

  1. we could identify adjacent states by looking at the colored cell. For example, Kentucky and Tennesse are adjacent because if we draw a line from the row TN to column KY, they will meet at one point (cell).
  2. we could identify which states have the maximum connection and which states have the minimum connection by ordering them by number of connections.
  3. We can tell the distant between two states by looking at the opacity of the cell color.