groupedBoxchart

Function to visualize grouped box chart with better appearance.
109 Downloads
Updated 12 Jan 2024

View License

Function to visualize grouped box chart with better appearance.
groupedBoxchart(group, colorGroup, value);
xlabel("group");
lgd = legend("Location","eastoutside");
title(lgd,"colorGroup");
ylabel("value")
fontsize(16,"points");

Cite As

Kazuki Matsumoto (2026). groupedBoxchart (https://au.mathworks.com/matlabcentral/fileexchange/157546-groupedboxchart), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2023b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Version Published Release Notes
1.0.2

minor change

1.0.1

Minor Correction

1.0.0