Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Function which can be used to draw simple, but also specialized boxplots.
For example :
1) Horizontal boxplots
2) Grouped boxplots
3) Use a different y axis for each boxplots
4) Ignore empty boxplots
5) Display the mean value over the boxplot, and customize it
6) Change the definition of outliers. Can be the inter-quartile range or the standard deviation (and different multipliers).
7) Modify the width of boxplots
8) Specify the "x-position" of each boxplots. Please note that this may cause some aesthetic problems in certain cases. This also works if the direction is horizontal, but then it will correspond to the y-position
9) Combine all of the above
Data inputs can be vectors, matrixes or cells
Colors (edges, filling, outliers) can be customized
This function use the "quantile" function from the statistical toolbox. If not available, I recommend you download the "Quantiles" function by David Ferreira (https://www.mathworks.com/matlabcentral/fileexchange/70279-quantiles) and place it in your directory
Citation pour cette source
Guillaume Talbot (2026). Boxplots Custom (https://fr.mathworks.com/matlabcentral/fileexchange/87734-boxplots-custom), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.0.5 (7 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.5 | -Fixed a bug which might occur when the number of groups and the number of samples is the same |
||
| 1.0.4 | -Added option to modify the width of boxplots
|
||
| 1.0.3 | -Added the option to display the mean over the boxplot (and customize it)
|
||
| 1.0.2 | -Fixed some typos in the help section
|
||
| 1.0.1 | -Minor bug about empty boxplot was corrected
|
||
| 1.0.0 |
