notBoxPlot

This function visualizes raw (grouped) data along with the mean, 95% confidence interval, and 1 SD.

https://github.com/raacampbell/notBoxPlot

Download
Download

You are now following this Submission

Editor's Note: This file was selected as MATLAB Central Pick of the Week

Cite As

Rob Campbell (2026). notBoxPlot (https://github.com/raacampbell/notBoxPlot), GitHub. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.31.0

BUGFIX to SEM and t-interval calc. Jittered points have a neater form, more like those seen in violin plots.

Download
1.15.0

Verified to work with R2015a

Download
1.14.0

Update summary.

Download
1.13.0

Fixed bug that didn't pass input arguments correctly when two vectors are supplied.

Download
1.11.0

Update summary to explain that the function works without the stats toolbox if the nan-toolbox is installed.

Download
1.10.0

Better handles x-ticks and x axis limits. Add missing semicolon.

Download
1.9.0

Fix bug that was causing handles not return for one of the plot formats.

Download
1.8.0

Both x and y can now be vectors, in which case the function behaves like Mathworks' boxplot. An example of this behaviour is provided.

An example of the "sdline" plot style is now provided.

Download
1.7.0

If "y" is a vector then the function ensures it is a column vector in order to yield one box-plot.

Download
1.6.0

The 4th argument can now also have the value "sdline". This creates plots where the SD is a line instead of a patch.

Download
1.5.0

Handle to mean line when in patch mode (the default mode) is now returned.

Download
1.4.0

Add link to JCB article on error bars.

Download
1.3.0

Add tInterval_Calc and update the comments in SEM_calc

Download
1.1.0

re-upload because support file (SEM_calc.m) seemed to be missing

Download
1.0.0

Download
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.