Plot a 'grouped' univariate histogram

(Subsample histograms, stacked)
3.3K Downloads
Updated 4 Apr 2016

View License

Function HISTG ('grouped histogram') adapts Matlab's HIST to cases where data vector includes values from several observed groups, and lets one color-code group membership on the overall histogram. Separate histograms are constructed for all x-groups (each identified by a distinct finite value of a class-assignment variable c), and vertically stacked. HISTG offers display options (x-percentile cut-offs, absolute axis limits, bin size, marker line) implemented in HISTF, linked to below. (Note: when range of x is limited with [pmin, pmax], no adjustment for truncation is made. The cut-offs are meant to exclude 'extreme', low-mass values).

Cite As

Dimitri Shvorob (2024). Plot a 'grouped' univariate histogram (https://www.mathworks.com/matlabcentral/fileexchange/14598-plot-a-grouped-univariate-histogram), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Histograms in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

histg/

histg/html/

Version Published Release Notes
1.0.0.0

BSD
cosmetic revision