spacepy.poppy.plot_two_ppro

spacepy.poppy.plot_two_ppro(pprodata, pproref, ratio=None, norm=False, title=None, xscale=None, figsize=None, dpi=80, ylim=[None, None], log=False, xticks=None, yticks=None)[source]

Overplots two PPro objects

Parameters:
pprodataPPro

first point process to plot (in blue)

pprorefPPro

second process to plot (in red)

ratiofloat

multiply L{pprodata} by this ratio before plotting, useful for comparing processes of different magnitude

normboolean

normalize everything to L{pproref}, i.e. the association number for L{pproref} will always plot as 1.

titlestring

title to put on the plot

xscalefloat

scale x-axis by this factor (e.g. 60.0 to convert seconds to minutes)

figsize

passed through to matplotlib.pyplot.figure

dpiint

passed through to matplotlib.pyplot.figure

ylimlist

[minimum, maximum] values of y for the axis

logbollean

True for a log plot

xtickssequence or float

if provided, a list of tickmarks for the X axis

ytickssequance or float

if provided, a list of tickmarks for the Y axis