nilearn / nistats

Modeling and statistical inference on fMRI data in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color bars for contrast plots

alpinho opened this issue · comments

In the GLM report, a gray colorbar should be added to the contrast plots as different beta-estimates may accept different constants in the linear combinations.

Thw for the suggestion.
This should be done in the contrast_plot function, not in the reporting utilities.

The contrast_plot function already supports colorbars. We need to enable that option in GLM Reporter.