Informatics 143 Information Visualization Quiz Review

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key concepts from Information Visualization, including color scales, visualization types, and smoothing techniques.

Last updated 4:46 PM on 6/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Categorical Variable Mapping Order

The sequence in which categorical variables are assigned to aesthetics, which is very important because different orders will reveal different patterns.

2
New cards

Qualitative color scale

A type of color scale used for categorical data without an inherent order.

3
New cards

Divergent color scale

A color scale that branches out in two directions from a central midpoint, often used to show deviation from a mean or zero.

4
New cards

Sequential color scale

A color scale that uses a single hue or a range of similar hues to represent ordered data values.

5
New cards

Accent color scale

A color scale specifically designed to highlight certain data points against a more neutral background.

6
New cards

Ridgeline plot

A visualization consisting of multiple density plots that are shifted and stacked along the y-axis.

7
New cards

geom_parallel_sets()

A function within the ggforce package used in ggplot2 to create parallel set plots.

8
New cards

Mosaic plot

A standard geometric mapping used for the visualization of multiple proportions simultaneously.

9
New cards

Treemap

A visualization style for multiple proportions that uses nested rectangles to represent data hierarchies.

10
New cards

Parallel sets

Visualizations used for multiple categorical variables, typically effective for a small number of variables (fewer than 3).

11
New cards

Dimensionality reduction

A group of techniques used in visualization that are only effective if there are correlated variables within the dataset.

12
New cards

Bubble chart

A type of scatter plot where point size represents a variable; it often requires scale discretization for effective human interpretation of the continuous sizes.

13
New cards

Pair plot

A matrix of scatter plots used to visualize multiple dimensions, though it cannot work for an arbitrarily large number of dimensions due to complexity.

14
New cards

Moving average

A smoothing technique adopted for visualizations to reduce noise in time-series data.

15
New cards

Splines

A technique used for smoothing visualizations by fitting polynomial curves to the data points.

16
New cards

Function fitting

A method that creates a trendline with a fitted functional form and parameters, which can be interpreted more easily than a general smoothing curve.