コード例 #1
0
def vis_vargap(t=t, y=y):
    markovplot(t, y, comp="L_type", **markovopt)
    tweak_legend()
    title("Variable gap protocol, I_CaL")
コード例 #2
0
def vis_p1p2(t=t, y=y):
    markovplot(t, y, comp="fast_sodium", **markovopt)
    tweak_legend()
    title("P1-P2 protocol, I_Na")