Sankey Plot / Alluvial Flow Diagram

Function to create a sankey plot / alluvial flow diagram to visualise the group membership and its change over time.
165 téléchargements
Mise à jour 24 juin 2021

Afficher la licence

Function to create a sankey plot / alluvial flow diagram with numerical data stored in InputData (e.g. categories 0, 1, and 2). Each row in InputData represents a subject, and each column represents a timepoint. The entries in InputData reflect the group a particular subject was assigned to at a particular timepoint, and the plot visualises the flow of group membership over all timepoints.
- size(InputData,1) corresponds to the number of subjects
- size(InputData,2) corresponds to the number of timepoints
- entries represent the category a subject belongs to at a given timepoint
Example Data with 5 subjects, 4 timepoints, and 3 categories: InputData = [0,0,1,0;2,1,2,2;1,1,0,1;0,1,1,2;1,2,2,2];
The highest category (2 in example data) is assigned to the top bar, the lowest category to the bottom bar. Can be modified by change the order in categories. The bars are coloured from green (top) to red (bottom), and the percentage of subjects belonging to each category is indicated in the middle of the bar.
Function calls the modified function sankey_alluvialflow initially written by Alexander Carmeli (Alluvial flow diagram, available from: www.mathworks.com/matlabcentral/fileexchange/66746-alluvial-flow-diagram) and modified by Ranran Wang (Sankey Diagram, available from: www.mathworks.com/matlabcentral/fileexchange/75813-sankey-diagram).

Citation pour cette source

Roman Kuster (2024). Sankey Plot / Alluvial Flow Diagram (https://www.mathworks.com/matlabcentral/fileexchange/94775-sankey-plot-alluvial-flow-diagram), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2019a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags
Remerciements

Inspiré par : Sankey Diagram, Alluvial flow diagram

A inspiré : Sankey flow chart

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0