BarChartRace3D

版本 1.0.0 (4.1 MB) 作者: Yongjian Feng
BarChartRace with 3D effect
29.0 次下载
更新时间 2021/7/28

BarChartRace3D

It is all about data and it is all about presentation. BarChartRace is a popular way to visualize change of data over time. To further impress your audiences, a 3D BarchartRace can help you to present your points with great power. See the following sample animation Gif's generated by BarChartRace3D.

Refresh your browser to see the animation effect of the sample gifs below.

3D sample output

3D

2D sample output

2D

Sample and Demo

Run testBCR3D for a demo. From this folder

testBCR3D

View testBCR3D for sample code.

Usage

Construct a BarChartRace3D

Call the constructor to create a BarChartRace3D object

bcr3 = BarchartRace3D();

Optional configurations

These are optional configurations. If not set, the default will be used.

labels

Set the labels for the bars.

bcr3.labels = {'Bar1', 'Bar2', 'Bar3'};

2D/3D

Default to be 2D. Show 3D by setting this

bcr3.show3D=true;

output file name

Default to be BarChartRace3D.gif. Note only animation GIF out put is supported. Change to another filename by setting

bcr3.outfile = tmp.gif

title

Default to be empty.

bcr3.title = Title

color for each bar

It has builtin (default) colors. If you want to set the color, you can do this to set 3 colors (R, G, B) for example. If colors defined below is less than the bars, these colors will be reused. For this example, the forth bar will use R again.

bcr3.colors = [1 0 0; 0 1 0; 0 0 1];

positive only

BarChartRace3D handles positive and negative data by default for 2D mode. If you know all the data is positive, you can set the following, and then BarChartRace3D will use the whole canvas for showing positive data. Note 3D mode only handles positive data.

bcr3.positiveOnly=true;

set data and race

The data shall be an nxm array, where n is the number of iterations, and m is the number of bars.

data = randi(10, 8); bcr3.race(data);

引用格式

Yongjian Feng (2024). BarChartRace3D (https://github.com/slreq/BarChartRace3D/releases/tag/1.0.0), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库