We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae019a commit 906e22fCopy full SHA for 906e22f
1 file changed
src/aind_dynamic_foraging_basic_analysis/plot/plot_fip.py
@@ -146,6 +146,7 @@ def plot_fip_psth_compare_alignments( # NOQA C901
146
elif data_column == "data_z":
147
ylabel = "z-scored df/f"
148
else:
149
+ # Default to df/f
150
ylabel = "df/f"
151
ax.set_ylabel(ylabel, fontsize=STYLE["axis_fontsize"])
152
ax.spines["top"].set_visible(False)
0 commit comments