Skip to content

Commit b8c8a8c

Browse files
committed
dev
1 parent b63f25c commit b8c8a8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/aind_dynamic_foraging_basic_analysis/plot

src/aind_dynamic_foraging_basic_analysis/plot/plot_fip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def fip_psth_stats_plot(ax, stats_df, threshold=0.05):
377377
378378
"""
379379
unique_tests = stats_df["name"].unique()
380-
colors = style.get_colors(list(unique_tests), offset=0.25)
380+
colors = style.get_colors(list(unique_tests), offset=0.25, cmap="plasma")
381381
for test in unique_tests:
382382
significant = stats_df.query("name == @test").query("p < @threshold")
383383
if len(significant) > 0:

0 commit comments

Comments
 (0)