carputils
Doxygen code documentation for the python framework controlling openCARP
|
Plot APD restitution curve as generated with bench. More...
Functions | |
def | parser () |
def | readAPDrestitutionFile (APDfile) |
def | plotAPDrestitutionCurve (ax, APD, DI, lb) |
def | plotAPDrestitutionSlope (ax, APD, DI, lb) |
Variables | |
def | opts = parser().parse_args() |
fig = plt.figure() | |
bool | plt_slope = True |
int | subs = 2 |
r_ax = fig.add_subplot(subs,1,1) | |
s_ax = fig.add_subplot(subs,1,2) | |
def | l = opts.label[i] |
APD | |
DI | |
Plot APD restitution curve as generated with bench.
def bin.APDrestitution.parser | ( | ) |
def bin.APDrestitution.plotAPDrestitutionCurve | ( | ax, | |
APD, | |||
DI, | |||
lb | |||
) |
def bin.APDrestitution.plotAPDrestitutionSlope | ( | ax, | |
APD, | |||
DI, | |||
lb | |||
) |
def bin.APDrestitution.readAPDrestitutionFile | ( | APDfile | ) |
bin.APDrestitution.APD |
bin.APDrestitution.DI |
bin.APDrestitution.fig = plt.figure() |
def bin.APDrestitution.l = opts.label[i] |
def bin.APDrestitution.opts = parser().parse_args() |
bool bin.APDrestitution.plt_slope = True |
bin.APDrestitution.r_ax = fig.add_subplot(subs,1,1) |
bin.APDrestitution.s_ax = fig.add_subplot(subs,1,2) |
int bin.APDrestitution.subs = 2 |