Main Page
Related Pages
Modules
Namespaces
Classes
Files
Namespace List
Namespace Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
lib
plot
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)
lib.plot.makehist
def makehist
Definition:
plot.py:3
Generated by
1.8.5