Skip to content

Commit feb9158

Browse files
authored
Merge pull request #374 from alexpiet/dev
updating title strings
2 parents c317b85 + 4008460 commit feb9158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psy_visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4062,7 +4062,7 @@ def histogram_of_running_speeds_inner(summary_df,cre_line=None,experience_level=
40624062
if by_type:
40634063
ax.set_title(pgt.get_clean_string([stimulus])[0],fontsize=16)
40644064
else:
4065-
ax.set_title(pgt.get_clean_string([cre_line])[0],fontsize=16)
4065+
ax.set_title(pgt.get_clean_string([cre_line])[0]+' mice',fontsize=16)
40664066
ax.spines['top'].set_visible(False)
40674067
ax.spines['right'].set_visible(False)
40684068
ax.tick_params(axis='both',labelsize=style['axis_ticks_fontsize'])

0 commit comments

Comments
 (0)