Skip to content

Commit

Permalink
Merge pull request #2737 from nipreps/fix/carpet-cifti-colors
Browse files Browse the repository at this point in the history
FIX: Plot carpetplot with CIFTI-specific colorbar
  • Loading branch information
oesteban authored Mar 6, 2022
2 parents 98f431a + 9e6c2d5 commit e476163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fmriprep/interfaces/confounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ def _run_interface(self, runtime):
confounds=data,
units=units,
nskip=self.inputs.drop_trs,
paired_carpet=has_cifti,
).plot()
fig.savefig(self._results["out_file"], bbox_inches="tight")
return runtime

0 comments on commit e476163

Please sign in to comment.