Skip to content

aebergl/DataViz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataViz

Data visualization functions for Matlab

daboxplot.m

A lightweight function for visualizing 2-level factorial data (conditions x groups) using boxplots - something that the built-in Matlab boxplot function cannot do. Goes hand in hand with two-way ANOVA tests.

  • Created for 2-level factorial data, but also works with one-factor data
  • Easily customizable for emphasizing data features and maximizing readability
  • Does not require groups/conditions to have the same number of data points
  • Can handle different input types (cell or numeric array)
  • Exports many handles for further customization
  • Neat

See daboxplot_demo.m for the code generating the examples shown below

About

Data vizualization tools for Matlab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MATLAB 100.0%