openskills.info
Open Course

Data Visualization

Data visualization encodes information as visual elements — position, length, color, and shape — so that patterns, trends, and outliers become perceptible at a glance. It bridges raw numbers and human cognition, turning tables into charts, maps, and dashboards that support faster, more accurate interpretation.

itData engineering and analytics

Don't Panic — Data Visualization

Data visualization is the practice of turning values into visible marks so a person can make a comparison without holding a whole table in their head. Tables are excellent at keeping every digit. Charts are excellent at asking the digits to stand in a useful order, which is a less dramatic job than it sounds and far more frequently useful.

The important machinery is small. Data provides observations and fields. A transformation filters, aggregates, calculates, bins, or reshapes them. Marks are the bars, points, and lines that appear after the machinery has done its work. Encodings assign fields to position, length, color, size, or shape. A scale translates values into those visible properties, while axes and legends explain the translation. That is the whole chart grammar. It is also where the gremlins live.

Start with the comparison, not the chart gallery. A bar chart compares discrete categories because its lengths share a baseline. A line chart shows change across continuous time because its connections imply continuity. A scatter plot shows a relationship between two quantitative fields, not a signed confession of causation. A histogram shows a distribution through bins, which means the bin choice gets a vote in the pattern. Charts have opinions only after somebody chooses the question, the data, and the mapping.

The surprising part is that a chart can be perfectly rendered and still answer the wrong question. A monthly mean cannot reveal the daily distribution it replaced. A count can make a larger population look worse than a rate would. A missing value is not automatically zero, no matter how urgently a spreadsheet would like the row to stop being inconvenient. Visual polish cannot repair a definition that disappeared before the first point was drawn.

The Intro explains the vocabulary and the decisions behind a chart. The Slides put the pieces into a compact map: question, data, transform, marks, encodings, scales, and interpretation. The Cheatsheet is for the moment when a baseline, denominator, histogram bin, or color choice has become suspicious. The Practice tab turns that suspicion into a repeatable review, and the Quiz checks whether the comparison survived the journey. The aim is not to make every chart ornate. It is to make the intended comparison visible, honest, and available without a small expedition through hover states.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources