Lecture 6: Fundamental Concepts Flashcards
What are some valide ways to deal with large datasets?
Temporal Partitioning
‣ Navigation: Pan, Rotate, Zoom
‣ Geometric vs. Semantic Zooming
Spatial Partitioning
‣ Multiple Coordinated Views
‣ Overview + Detail
Aggregation & Filtering
Describe Geometrical Zoom
Geometric zooming refers to a traditional zoom effect where visual elements (charts, maps, graphs) scale proportionally as the user zooms in or out. No new information is revealed—everything just gets larger or smaller.
Describe Semantic Zoom
Semantic zooming means that as the user zooms in or out, different levels of information or representations of the data are revealed. The visualization changes to show more meaningful details or abstract summaries based on the zoom level.
Describe a General Purpose Tool
‣ Can flexible handle a wide range of data
‣ Can often not be used to solve complex domain specific problems
Describe a Narrow Tool
‣ Designed for specific context and datasets
‣ Vis designer has made lots of choices
‣ User cannot override them