Best Data Viz
Specialized

Dendrogram

Tree diagram showing hierarchical clustering - branches merge at similarity thresholds.

Food Category Clustering

Hierarchical grouping by similarity (merge distance)

View data (16 rows)
Chart data table: Food Category Clustering
DistanceItemParent
0.2000AppleFruit
0.2000BananaFruit
0.2000OrangeFruit
0.3000CarrotVegetable
0.3000BroccoliVegetable
0.3000SpinachVegetable
0.2500ChickenMeat
0.2500BeefMeat
0.2200SalmonFish
0.2200TunaFish
0.5500FruitProduce
0.5500VegetableProduce
0.5000MeatProtein
0.5000FishProtein
0.8500ProduceFood
0.8500ProteinFood
Make a dendrogram with your data

Use a dendrogram when…

  • Hierarchical clustering results
  • Taxonomies
  • Organizational charts

Avoid when…

  • Non-hierarchical relationships
  • Very large trees (>100 leaves)

Data it needs

PropertyValue
Min Rows4
Min Columns3
Column Types
stringstringnumber

Visual anatomy

Marks
linecircle
Channels
position-x (distance)branching structure
Axes
x-distance/similarity

Guiding principles

Consider instead

Common mistakes

  • Too many leaves making labels unreadable

  • Not showing merge distance

History

Standard output of hierarchical cluster analysis since Sokal and Sneath (1963).

Accessibility notes

Describe the hierarchical groupings as nested lists and announce merge distances and leaf counts per cluster — those numbers are the diagnostic, not the picture.

Related reading

Got data? Let's see what works.

Drop your CSV. You'll get a Dendrogram plus four alternatives - ranked by which one actually fits your data best.