Skip to content

[marimekko-basic] Basic Marimekko Chart (Mosaic Plot) #1002

@MarkusNeusinger

Description

@MarkusNeusinger

Description

A Marimekko chart (also called mekko or mosaic plot) is a stacked bar chart where both width and height of segments represent data values. It shows two categorical dimensions simultaneously with proportional areas.

Key Features

  • Bar widths represent one dimension (e.g., market size)
  • Segment heights represent another dimension (e.g., share)
  • Area proportional to two-way value
  • Shows both composition and relative sizes

Applications

  • Market share across segments of different sizes
  • Product mix by customer segment
  • Revenue breakdown by region and product
  • Cross-tabulation visualization

Data Requirements

  • x_category (categorical) - Categories for bar widths
  • y_category (categorical) - Categories within each bar
  • value (numeric) - Values determining segment sizes
  • Size: 3-7 x-categories, 2-5 y-categories typical

Visual Elements

  • Variable-width columns
  • Stacked segments within each column
  • Column width proportional to total value
  • Segment height proportional to share
  • Color coding for y-categories
  • Legend identifying segments

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions