- customBoxplot.m : plot groups of data in boxplots; fully customizable.
- imagesc_adv.m : creates a colorplot of a matrix/vector with values on each box (https://bit.ly/2OOPwlx). To be updated soon...
- export_figure.m : exports a figure to various formats
- color_fullhue.m : returns up to 340 different colors based on hues.
- color_shaders.m : generates color triplets (colormaps) using different brightnesses of a hue.
- color_shadersRGB.m : generates color triplets (colormaps) using different brightnesses of a rgb triplet.
- bio_errorbars.m : compute common errorbars
- confidence_intervals_bi.m : compute binomial confidence intervals
- normalizations.m : contains various data normalization methods
- BarPlotErrorbars.m : generates barplots with errorbars, fully customizable.