A Nightingale Rose (Coxcomb, Polar Area Diagram) is a radial bar chart where segments occupy equal angular slices and values are encoded as petal radius. Each ring from the centre represents a scale increment. The chart is drawn on a polar coordinate grid, which means values that are numerically similar appear in a circular spatial arrangement — useful when the data is genuinely cyclic (months in a year, hours in a day). The visual metaphor is a flower: larger values bloom outward; smaller values stay compact near the centre. Florence Nightingale used this form in 1858 to show causes of army deaths in the Crimean War — almost certainly the most consequential data visualisation in history.
This chart has a known and serious flaw: petal area grows as r², not r. A petal with value 74 has nearly seven times the area of a petal with value 27, even though the values differ by less than 3×. The area-correct toggle on slide 1 applies a square-root radius scale, which makes area proportional to value — correcting the distortion. Compare them. The corrected version is more honest. Nightingale almost certainly knew this. She chose the uncorrected form because the exaggerated visual contrast between preventable and battle deaths was rhetorically necessary to motivate army reform. The flaw was the argument.
Use a Nightingale Rose when the data is genuinely cyclic (months, quarters, compass bearings, hours) and the circular metaphor adds interpretive meaning that a bar chart cannot. Do not use it when your goal is precise comparison — the area distortion makes accurate reading nearly impossible without the values printed inside. Never use it for non-cyclic data: the circular arrangement implies a loop that doesn't exist. The correct alternative for most use cases is a bar chart: it encodes values as position on a common axis — the most accurate perceptual channel — with no area penalty.
FT Visual Vocabulary: Part-to-whole / Cyclic Comparison. Abela quadrant: Comparison — comparing values across categories arranged in a cycle. Tufte would flag this chart's area distortion as a data-ink violation: non-data ink (the exaggerated outer area) is actively misleading, not merely decorative.
The one decision worth knowing: petals animate clockwise from January at 12 o'clock — not from the highest value, and not alphabetically. Cyclic data has a natural reading order (the calendar), and preserving that order is more important than dramatic reveal. Starting at 12 o'clock mirrors how we read clocks and compasses, making the monthly pattern immediately legible without a legend.