Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 1567559

Browse files
committed
Updates soon-to-be-deprecated Seaborn API.
1 parent cc6e35c commit 1567559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

afqinsight/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def plot_tract_profiles(
263263
y=metric,
264264
hue=hue,
265265
data=df_stat,
266-
ci=ci,
266+
errorbar=('ci', 95.0),
267267
palette=palette,
268268
ax=ax,
269269
linewidth=1.0,

0 commit comments

Comments
 (0)