We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I searched thoroughly for such option, but found only this unanswered post on plotly community website: Add option notch to box plots.
Here is some short introduction: https://sites.google.com/site/davidsstatistics/home/notched-box-plots Here is a reference for notches from MATLAB: https://www.mathworks.com/help/symbolic/mupad_ref/notched.html, And here is a question from stackexchange to highlight how notches should be sometimes rendered "inside-out": https://stats.stackexchange.com/questions/151580/how-to-interpret-notched-box-plots
Is such an option in-scope of plotly?
The text was updated successfully, but these errors were encountered:
Yes, definitely in scope. We may not get to it for a while but we'd happily review a PR to add it!
Sorry, something went wrong.
Hi there! I got some time today to implement the notches. I created a PR in my fork: krassowski#1.
@alexcjohnson, @jackparmer - would you mind to have a look on my PR and let me know if I should change anything or reopen it against the upstream?
Here is an example baseline:
a234668
Merge pull request #2305 from krassowski/notched_box_plot
28f7ea2
Implement notched box plots, closes #2286
No branches or pull requests
I searched thoroughly for such option, but found only this unanswered post on plotly community website: Add option notch to box plots.
Here is some short introduction: https://sites.google.com/site/davidsstatistics/home/notched-box-plots
Here is a reference for notches from MATLAB: https://www.mathworks.com/help/symbolic/mupad_ref/notched.html,
And here is a question from stackexchange to highlight how notches should be sometimes rendered "inside-out": https://stats.stackexchange.com/questions/151580/how-to-interpret-notched-box-plots
Is such an option in-scope of plotly?
The text was updated successfully, but these errors were encountered: