visualizehistogram

histogram

Plot line histograms

This module provides convenience methods for plotting line histograms (so no filled surfaces) from precomputed bins. This is used to plot out e.g. activity data for multiple populations.

Functions

histogram(hist_bins, colormap, ax, label, groupby_attribute)

Efficiently plot a histogram from bins.

histogram2(hist_bins, color, ax, label, mode)

Plot a histogram from bins.