While the matplotlib implementation of hist does allow for multiple groups, it cannot handle colormaps. Therefore, currently, even if a colormap is specified, the multiple histograms are plotted in the default color blue.
This pull request fixes this by creating separate histograms for each subgroup. :)
While the matplotlib implementation of
hist
does allow for multiple groups, it cannot handle colormaps. Therefore, currently, even if a colormap is specified, the multiple histograms are plotted in the default color blue. This pull request fixes this by creating separate histograms for each subgroup. :)Before:
After: