Plotly boxplots

I have a question about the add_boxplot function. Is there any way to control the outlier detection based on the interquartile range? In other words, say I wanted the boxplot to show outliers based on Q1 – 2IQR and Q3 + 2IQR rather than the typical 1.5.

I looked in schema() -> traces -> box -> attributes and I could not find a way to change the whiskers. Just run

schema()

in the console and in a few seconds you will get a document in the Viewer where you can follow the path above.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.