question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

request: boxplots + confidence interval notch

See original GitHub issue

Would love for vl’s boxplots to be able to draw a confidence interval notch (as available in R), as here

One possible interface, notch_ci default is 0.95.

{
  "mark": "boxplot",
 "notch": true,
 "notch_ci": 0.95
}

This is an invaluable viz technique for both teaching and median comparison

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
domoritzcommented, Jun 7, 2021

Interesting. I had not seen this before. If you want to add it, we would be happy to review a pull request.

0reactions
dan-reznikcommented, Oct 3, 2021

Sorry I lost track of this issue – here are updated images (googling “boxplot notch”) gets us many other examples

image

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Notch in box plots is 95% confidence interval for median
Notch in box plots is 95% confidence interval for median; whiskers exclude outliers. Horizontal black lines are global medians; green line in ASR/N...
Read more >
what do lines that double back on themselves mean box plots
The notches on the sides of a box plot can be interpreted as a comparison interval around the median values. The height of...
Read more >
What do notches represent in a box plot? - Quora
The notches on the sides of a box plot can be interpreted as a comparison interval around the median values. The purpose of...
Read more >
How do I amend this notch error for a boxplot? - Stack Overflow
It means that the confidence interval (i.e. size of the notches) is larger than the interquartile range (IQR). The size of the notches...
Read more >
Box Plots and Relations
A common variant is to show an approximate 95% confidence interval for the population median as a notch: ggplot(gapminder) + geom_boxplot(aes(x = continent, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found