Skip to content

Commit

Permalink
Merge pull request #100 from jhlegarreta/FixPletteHueWarning
Browse files Browse the repository at this point in the history
ENH: Set the `seaborn` barplot `hue` property value
  • Loading branch information
oesteban authored May 6, 2024
2 parents 0fae0aa + ac700a9 commit 0924b31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nireports/reportlets/nuisance.py
Original file line number Diff line number Diff line change
Expand Up @@ -899,10 +899,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")
Expand Down

0 comments on commit 0924b31

Please sign in to comment.