diff --git a/niworkflows/viz/plots.py b/niworkflows/viz/plots.py index a29d8a6fef5..6b94115d69c 100644 --- a/niworkflows/viz/plots.py +++ b/niworkflows/viz/plots.py @@ -945,10 +945,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')