Skip to content

Commit

Permalink
fix: plot carpetplot with CIFTI-specific colorbar
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 6, 2022
1 parent b6f8dbd commit 9e6c2d5
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 9e6c2d5

Please sign in to comment.