pprodata : PPro
first point process to plot (in blue)
pproref : PPro
second process to plot (in red)
ratio : float
multiply L{pprodata} by this ratio before plotting,
useful for comparing processes of different magnitude
norm : boolean
normalize everything to L{pproref}, i.e. the association
number for L{pproref} will always plot as 1.
title : string
xscale : float
scale x-axis by this factor (e.g. 60.0 to convert
seconds to minutes)
figsize : :
passed through to matplotlib.pyplot.figure
dpi : int
passed through to matplotlib.pyplot.figure
ylim : list
[minimum, maximum] values of y for the axis
log : bollean
xticks : sequence or float
if provided, a list of tickmarks for the X axis
yticks : sequance or float
if provided, a list of tickmarks for the Y axis
|