Skip to content

Commit 3f8c215

Browse files
changed errorbar from 'ci' to 'se' in 'stats_pyramid' function
1 parent 1a3b515 commit 3f8c215

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyleida/plotting/_plotting.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,8 @@ def stats_pyramid(metric_data,stats,K_min=2,K_max=20,class_column='condition',me
15871587
linewidth=0,
15881588
color=stats_df[(stats_df.k==K_min+idx)&(stats.variable.str.contains(feature))].color.values[0],
15891589
errcolor=".2",
1590-
edgecolor='white'
1590+
edgecolor='white',
1591+
errorbar='se'
15911592
)
15921593
axs[idx,feature_idx].set_box_aspect(1)
15931594
axs[idx,feature_idx].set_xlabel('')

0 commit comments

Comments
 (0)