I'm trying to replicate the following boxplot I made in matplotlib using plotly: My data is in a very simple dataframe imported from an Excel file and looks like follows: As you can see, I want to have the different conditions in the x-axis and a y-axis that covers from 0 to 10 ...