started to work on two beats figure

This commit is contained in:
2026-01-26 19:01:59 +01:00
parent 3b13588595
commit 34fdd9872c
2 changed files with 164 additions and 1 deletions

View File

@@ -125,7 +125,7 @@ def plot_style():
pt.make_line_styles(ns, 'ls', 'AMsplit', '', palette['orange'], '-', lwmid)
pt.make_line_styles(ns, 'ls', 'Noise', '', palette['gray'], '-', lwmid)
pt.make_line_styles(ns, 'ls', 'Median', '', palette['black'], '-', lwthick)
pt.make_line_styles(ns, 'ls', 'Max', '', palette['black'], '-', lwmid)
pt.make_line_styles(ns, 'ls', 'Max', '', palette['black'], '--', lwthin)
ns.psC1 = dict(color=palette['red'], marker='o', linestyle='none', markersize=3, mec='none', mew=0)
ns.psC3 = dict(color=palette['orange'], marker='o', linestyle='none', markersize=3, mec='none', mew=0)
@@ -135,6 +135,7 @@ def plot_style():
ns.lsStim = dict(color=palette['gray'], lw=ns.lwmid)
ns.lsRaster = dict(color=palette['black'], lw=ns.lwthin)
ns.lsRate = dict(color=palette['blue'], lw=ns.lwmid)
ns.lsPower = dict(color=palette['gray'], lw=ns.lwmid)
ns.lsF0 = dict(color='blue', lw=ns.lwthick)
ns.lsF01 = dict(color='green', lw=ns.lwthick)