Graphs / Plots
Comparisons, Part-to-a-whole, Proportions, Relationships
What is it?
Also known as a Mosaic Plot.
Marimekko Charts are used to visualise categorical data over a pair of variables. In a Marimekko Chart, both axes are variables with a percentage scale, that determines both the width and height of each segment. So Marimekko Charts work as a kind of two-way https://datavizcatalogue.com/methods/stacked_bar_graph.html. This makes it possible to detect relationships between categories and their subcategories via the two axes.
The main flaws of Marimekko Charts are that they can be hard to read, especially when there are many segments. Also, it’s hard to accurately make comparisons between each segment, as they are not all arranged next to each other along a common baseline. Therefore, Marimekko Charts are better suited for giving a more general overview of the data.
When to use it?
Tools to create the Charts
Code-based:
https://docs.anychart.com/Basic_Charts/Marimekko_Chart/Mekko_Charthttps://www.fusioncharts.com/charts/marimekko-chartshttps://jscharting.com/examples/chart-types/variwide/marimekko/https://bl.ocks.org/mbostock/1005090https://vega.github.io/vega-lite/examples/rect_mosaic_labelled_with_offset.html
Webapp:
https://charticulator.com/gallery/food_supply_per_capita.htmlhttps://plotdb.com/chart/1118/
Desktop App:
Tableau
Similar Charts : Stacked Bar Graph (Data%20Visualisation%20cfe04a5761eb434cace32c6033e3a4e3/Stacked%20Bar%20Graph%205a53782e364e4e4b9f289a06b9389f78.csv), Tree Diagram (Data%20Visualisation%20cfe04a5761eb434cace32c6033e3a4e3/Tree%20Diagram%2048c76bcb786c4cb3a00f9280468e1d6d.csv), Treemap (Data%20Visualisation%20cfe04a5761eb434cace32c6033e3a4e3/Treemap%20dae3caae7b0546d8a29e098b7f67392b.csv)