All examples By author By category About

erikaris

VI5 (Overview, Zoom and Filter, Details on Demand)

Name: Erika Siregar

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

Explanation:

  1. The one that break the rule
    In this visualization, we display the globe and show all of the countries' names. It could overwhelm the users since the globe look very densed and some of the labels are overlap with each other. We can see that it is hard for a user to find certain country. They have to comb the map very carefully and slowly until finally they find the country that they are looking for.
  2. The one that follow the rule
    Based on the "wrong" graph above, we know that we need to implement the "overview, zoom and filter, details on demand" rule to make it easier for users to find a particular country. So, I add a dropdown list to choose the name of the country that we want to find. When user select a certain country, for example: Indonesia, then the globe will automatically rotate to show the location of Indonesia. The area of Indonesia will also be highlighted on the globe. Therefore, the users will directly see Indonesia on the globe. When user hover the mouse above the area of Indonesia, a tooltip contains a detail will show up.
  3. Additional Note
    Eventhough this is not the rule that I choose for my assignment, I would like to point out the perspective distortion that we can see on the globe. From the globe, we can see that the area that is far from user's eyes will look smaller than the area that is right in front of the user's eyes. This distortion perspective could help the user to estimate the distance between countries. Also, the distortion makes the vis looks more real rather than just make all the lines and areas have the same length and wide.