groupedBoxchart

Function to visualize grouped box chart with better appearance.
100 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 (2025). groupedBoxchart (https://www.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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.2

minor change

1.0.1

Minor Correction

1.0.0