AI Engineering Tools

Data Analysis

Data Visualization and Chart Terms

Understand visual encodings, axes, scales, legends, comparison, trend, distribution, relationship, pattern, and accessibility choices.

12 matching terms

Visual design

Visual encoding

Visual encoding

Meaning

Mapping data values to position, length, color, size, shape, or another visual property.

When to use it

Choose encodings that make the intended comparison easy and accurate.

Practical example

Map revenue to bar length and region to position.

Visual design

Axis

Axis

Meaning

A reference line and labels that show the scale and position of values.

When to use it

Label units, use readable ticks, and show zero when the comparison requires it.

Practical example

Y-axis: monthly revenue (million KRW).

Visual design

Scale

Scale

Meaning

A rule that maps a data domain to a visual range.

When to use it

Select linear, logarithmic, temporal, or categorical scales based on the data and question.

Practical example

Use a log scale only when multiplicative differences are the analytical focus.

Visual design

Legend

Legend

Meaning

A key that explains the meaning of colors, shapes, or line styles.

When to use it

Use it when direct labels are impractical and keep category order consistent.

Practical example

Legend: New customers / Returning customers.

Comparison

Bar chart

Bar chart

Meaning

A chart that compares categories using bar length.

When to use it

Use it for ranked or side-by-side comparison of discrete categories.

Practical example

Compare quarterly sales by product category with sorted horizontal bars.

Trend

Line chart

Line chart

Meaning

A chart that connects ordered values to show change, usually over time.

When to use it

Use it for trends, seasonality, and comparisons across time.

Practical example

Plot weekly active users for the last 52 weeks.

Relationships

Scatter plot

Scatter plot

Meaning

A chart that positions observations by two numerical variables.

When to use it

Use it to inspect association, clusters, nonlinear patterns, and outliers.

Practical example

Plot delivery distance against delivery time and color by city.

Distribution

Histogram

Histogram

Meaning

A chart that groups numerical values into intervals and shows their frequency.

When to use it

Use it to examine distribution shape, spread, skew, and multiple modes.

Practical example

Show order values in consistent 10,000 KRW bins.

Distribution

Box plot

Box plot

Meaning

A compact display of a distribution using quartiles, median, and whiskers.

When to use it

Use it to compare distributions across several groups.

Practical example

Compare delivery-time distributions by carrier.

Patterns

Heatmap

Heatmap

Meaning

A grid in which color represents the magnitude of each cell value.

When to use it

Use it for dense matrices, calendar patterns, or two-dimensional summaries.

Practical example

Heatmap of order count by weekday and hour.

Comparison

Small multiples

Small multiples

Meaning

A set of similarly scaled charts repeated for different groups.

When to use it

Use it to compare patterns without overlapping many series in one chart.

Practical example

Show one monthly trend panel per region using the same axes.

Visual design

Accessible chart

Accessible chart

Meaning

A chart designed to remain understandable across visual, motor, and cognitive differences.

When to use it

Use text alternatives, sufficient contrast, direct labels, and cues beyond color alone.

Caution

Do not rely on color alone to communicate a category or status.

Practical example

Use both line style and labels instead of red-versus-green color alone.