Skip to content

Commit 8556d7f

Browse files
authored
Add legend to figures (#482)
1 parent bf37134 commit 8556d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aslprep/interfaces/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def _run_interface(self, runtime):
227227
showfliers=True,
228228
palette={'GM': '#1b60a5', 'WM': '#2da467', 'CSF': '#9d8f25'},
229229
hue='Tissue Type',
230-
legend=False,
230+
legend=True,
231231
ax=ax,
232232
)
233233
fig.tight_layout()

0 commit comments

Comments
 (0)