Barak 0.3.2 documentation

barak.plot.dhist

«  barak.plot.default_marker_size   ::   Contents   ::   barak.plot.distplot  »

barak.plot.dhist

barak.plot.dhist(xvals, yvals, xbins=20, ybins=20, ax=None, c='b', fmt='.', ms=1, label=None, loc='right, bottom', xhistmax=None, yhistmax=None, histlw=1, xtop=0.2, ytop=0.2, chist=None, **kwargs)[source]

Given two set of values, plot two histograms and the distribution.

xvals,yvals are the two properties to plot. xbins, ybins give the number of bins or the bin edges. c is the color.

«  barak.plot.default_marker_size   ::   Contents   ::   barak.plot.distplot  »