Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

superpie

A superior pie chart in MATLAB

God said, Let there be light: and there was light.

% 1-click running superpie

% Input test data:
T = readtable('input_superpie.txt');

% Usage: hp = superpie(percentage, color, text);
hp = superpie(T.Percentage_of_samples, table2array(T(:,[3,4,5])), T.Category);

About

A superior pie chart in MATLAB

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages