Skip to content

Commit

Permalink
Merge pull request #374 from alexpiet/dev
Browse files Browse the repository at this point in the history
updating title strings
  • Loading branch information
alexpiet committed Nov 6, 2023
2 parents c317b85 + 4008460 commit feb9158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psy_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -4062,7 +4062,7 @@ def histogram_of_running_speeds_inner(summary_df,cre_line=None,experience_level=
if by_type:
ax.set_title(pgt.get_clean_string([stimulus])[0],fontsize=16)
else:
ax.set_title(pgt.get_clean_string([cre_line])[0],fontsize=16)
ax.set_title(pgt.get_clean_string([cre_line])[0]+' mice',fontsize=16)
ax.spines['top'].set_visible(False)
ax.spines['right'].set_visible(False)
ax.tick_params(axis='both',labelsize=style['axis_ticks_fontsize'])
Expand Down

0 comments on commit feb9158

Please sign in to comment.