diff --git a/niworkflows/viz/plots.py b/niworkflows/viz/plots.py index 3ae21769cf8..f073f674b71 100644 --- a/niworkflows/viz/plots.py +++ b/niworkflows/viz/plots.py @@ -946,10 +946,12 @@ def confounds_correlation_plot( data=gscorr, x='index', y=reference, + hue='index', ax=ax1, order=gs_descending, palette='Reds_d', saturation=0.5, + legend=False, ) ax1.set_xlabel('Confound time series')