Read the Marks

Check the table first. Each plotted mark must carry one label and one value from that table. Dots make it easy to compare positions on the value axis. Bars make the same values feel like filled magnitudes from zero. The numbers do not change when the mark shape changes.

A tiny visualization bridge: the same pinned labels and values can be displayed as dot marks or bar marks before writing any plotting code.

highlighted = computed this step

Pinned plot data

Start with pinned labels and pinned values. The plot must display these values exactly.

pinned plot data\text{pinned plot data}
Pinned Values for a PlotlabelvalueMon3Tue5Wed2Thu6

Dot marks

Dot marks show one value per label, like a tiny matplotlib scatter view.

dot marks\text{dot marks}
Dot marks from pinned valuesdayvalue02463Mon5Tue2Wed6Thu

Bar marks

Bar marks use the same values with a different mark shape, like a tiny matplotlib bar view.

bar marks\text{bar marks}
Bar marks from pinned valuesdayvalue02463Mon5Tue2Wed6Thu