marimekko

Fast and easy function to plot a Marimekko chart. Powerful for creating a visual feedback of a dataset.
45 Downloads
Updated 24 Apr 2019

View License

Takes a matrix of some values, where each column is a sub-category and each entry is a specific quantity such as the percentage of a given stock owned in a given industry compared to your overall portfolio value.

% Messy code snippet

A = rand(5,3);
names = {'x1','x2','x3','x4','x5','x6','x7','x8','x9','x10','x11','x12','x13','x14','x15','x16'};
groups = {'y1','y2','y3'};
fig1 = marimekko(A,names,groups);

Cite As

Niels Bender (2025). marimekko (https://se.mathworks.com/matlabcentral/fileexchange/71330-marimekko), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Simulation in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0