Da Sem Unit 5
Da Sem Unit 5
🔹 Key Characteristics:
1. Screen Division:
o For an m-dimensional dataset, the screen is divided into m windows, one for
each dimension.
2. Pixel Mapping:
o Each record in the dataset is visualized as a set of m colored pixels, where
the position of each pixel is fixed and corresponds to a dimension.
o The color of a pixel reflects the value of that dimension (e.g., using a color
scale from blue to red).
3. Space Efficiency:
o Highly space-efficient and suitable for displaying millions of data points on a
standard screen.
4. Pattern Detection:
o Enables the discovery of patterns, correlations, and anomalies across
dimensions.
5. Compact Visualization:
o To preserve space and show relationships, space-filling curves (e.g., Hilbert
curve or circular segment filling) may be used.
🔹 Advantages:
🔹 Limitations:
2. Line plot:
• ▪ This plot may be simple and clear but it’s not much frequently used in Data
• science applications.
• Unlike a Multi-set Bar Graph which displays their bars side-by-side, Stacked Bar
Graphs segment their bars. Stacked Bar Graphs are used to show how a larger
category is divided into smaller categories and what the relationship of each part
has on the total amount
4. Box and Whisker Plots: Show data distribution, quartiles, and outliers.
• ▪ The straight lines at the maximum and minimum are also called whiskers.
• Points that lie outside the whiskers will
be considered as an outlier.
• The box plot also gives us a description
of the 25th, 50th,75th quartiles.
• With the help of a box plot, we can also
determine the
Interquartile range(IQR) where
maximum details of the data will be
present
5. Pie & Donut Charts:Represent proportions and percentages.
• • A pie chart represents numbers in percentages, and the total sum of all
• Extensively used in presentations and offices, Pie Charts help show proportions and
percentages between categories, by dividing a circle into proportional segments
Common Techniques
1. Chernoff Faces
• Maps multiple dimensions to human facial features (e.g., eye size, nose length,
mouth curve)
• Takes advantage of humans' ability to detect slight differences in faces
• Useful for comparing multivariate data
Example:
A face may have:
2. Stick Figures
🔸 Advantages:
🔸 Limitations:
• May become hard to interpret with too many data points or dimensions
1. Treemaps
2. Circle Packing
3. Sunburst Diagrams
4. Worlds-within-Worlds (n-Vision)
Summary Table:
Space Hierarchy
Technique Shape Use Case
Efficiency Clarity
These techniques may be combined with other visualization styles (e.g., geometric or icon-
based) to handle complex relationships:
📌 Use Cases