Skip to content

Commit 906e22f

Browse files
committed
random comment to force github
1 parent 4ae019a commit 906e22f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/aind_dynamic_foraging_basic_analysis/plot

src/aind_dynamic_foraging_basic_analysis/plot/plot_fip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def plot_fip_psth_compare_alignments( # NOQA C901
146146
elif data_column == "data_z":
147147
ylabel = "z-scored df/f"
148148
else:
149+
# Default to df/f
149150
ylabel = "df/f"
150151
ax.set_ylabel(ylabel, fontsize=STYLE["axis_fontsize"])
151152
ax.spines["top"].set_visible(False)

0 commit comments

Comments
 (0)