plotly.py
plotly.py copied to clipboard
Update box-plots.md
- There is no need for passing dummy variable
ywhen stats have already been computed upperfencevalues don't match the resulting figure.- It could be simplified even further by getting rid of the extra call to
add_tracebut I've kept it to follow the documentation styling. - It might be worth it to separate the example in two cases: (i) with only
q1,median,q3provided, (ii) with all values provided.