barChartRace
Editor's Note: This file was selected as MATLAB Central Pick of the Week
barChartRace wittern by Eiji Konaka, Jan/2020.
Make bar chart race animation gif file from data (inData) with option (Opt).
This file is tested and intended to work on R2016b (or later).
inputs:
inData(i,j); value of i-th index at j-th time instance
All values in this matrix are assumed to be positive.
If it contains negative value, modify 'automatic scaling of horizontal axis' line as you like.
output:
The output is directly written as an animation gif file with filename outFileName.
Options:
xTickLabelStrs(i): vertical tick label of i-th index.
outFileName: output file name.
xLabelStr, yLabelStr, titleStr; Strings for horizoltal axis, vertical
axis, and title
faceColor: color in text (e.g., 'blue') or value (e.g., [0,0,1])
Cite As
Eiji Konaka (2026). barChartRace (https://www.mathworks.com/matlabcentral/fileexchange/74003-barchartrace), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
