Skip to content

Commit

Permalink
updating ylabels on behavioral PSTHs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpiet committed Nov 6, 2023
1 parent 3f41a58 commit f7567e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visual_behavior_glm_strategy/PSTH.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def plot_figure_4_behavioral_inner(dfs,data='filtered_events',savefig=False,\
strategy = 'visual_strategy_session',depth='layer',meso=False,in_ylims=None):

fig, ax = plt.subplots(3,4,figsize=(13,7.75),sharey='row',squeeze=False)
labels=['Excitatory','Sst Inhibitory','Vip Inhibitory']
labels=['Excitatory mice','Sst Inhibitory mice','Vip Inhibitory mice']
error_type='sem'
ylims = in_ylims
if ylims is None:
Expand Down Expand Up @@ -491,7 +491,7 @@ def plot_figure_4_averages_vip_matched_behavior(data='running',experience_level=
full_df = dfs[2].query('mouse_id in @mouse_ids').copy()

fig, ax = plt.subplots(1,4,figsize=(13,2.7),sharey='row',squeeze=False)
label='Vip Inhibitory'
label='Vip Inhibitory mice'
error_type='sem'
strategy='visual_strategy_session'
areas=['behavior']
Expand Down

0 comments on commit f7567e1

Please sign in to comment.