All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
lib.plot Namespace Reference

Functions

def makehist
 

Function Documentation

def lib.plot.makehist (   plt,
  N,
  bins,
  kwargs 
)

Definition at line 3 of file plot.py.

3 
4 def makehist(plt, N, bins, **kwargs):
5  plt.hist(bins[:-1], bins, weights=N, **kwargs)
def makehist
Definition: plot.py:3