Plotting Utilities

plt_utils.histb(x, bins=None, **kargs)[source]

Same as plt.hist, but clips out-of-boundary data points to the terminal bins.

plt_utils.minorticks_on(ax=None, which='both')[source]

Same as ax.minorticks_on, but takes a which parameter specifying x, y or both.