I want to draw a boxplot with means instead of medians. Is it possible? Thanks.
Hi @Madrigallo ,
I donβt know if it would make sense to βhideβ a median in a boxplot, but to show the mean as well you can use:
fig.update_traces(boxmean=True)
Cheers, Thomas