Skip to content

Commit

Permalink
Update examples/plot_int_alignment.py
Browse files Browse the repository at this point in the history
Co-authored-by: Elizabeth DuPre <[email protected]>
  • Loading branch information
denisfouchard and emdupre authored Mar 6, 2024
1 parent c2943f1 commit a7525b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_int_alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
baseline_display = plotting.plot_stat_map(
average_score, display_mode="z", vmax=1, cut_coords=[-15, -5]
)
baseline_display.title("Group average correlation wt ground truth")
baseline_display.title("Group average correlation wrt ground truth")
display = plotting.plot_stat_map(
template_score, display_mode="z", cut_coords=[-15, -5], vmax=1
)
Expand Down

0 comments on commit a7525b0

Please sign in to comment.