Box Plot Graph may having wrong calculations
See original GitHub issueIssue Summary
Box PLot Graph may be calculating wrong data on Q1, Q3
Steps to Reproduce
-
I Had a query that produced this dataset to plot on a boxplot:
x = [3.375, 3.75, 3.875, 3, 3, 3.5, 3.125, 3, 2.625, 3.375, 3]
-
On numpy, google sheets and Charts.js boxplot extension the Q3 is different from Redash box plot: Numpy
Redash BoxPlot
Technical details:
- Redash Version: 8.0.1+b33387 (cd13c978)
- Browser/OS: Brave (Chrome)
- How did you install Redash: Docker
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
A Complete Guide to Box Plots | Tutorial by Chartio
Box plots are a streamlined way of summarizing the distribution of groups of data. Read this article to learn how to best use...
Read more >Box plot review (article) - Khan Academy
A box and whisker plot—also called a box plot—displays the five-number summary of a set of data. The five-number summary is the minimum,...
Read more >Box Plots | Introduction to Statistics - Lumen Learning
You may encounter box-and-whisker plots that have dots marking outlier values. ... Construct a box plot using a graphing calculator, and state the ......
Read more >Why use bar chart with error whiskers instead of box plot?
People are typically interested in group means. Bar charts display means directly. Boxplots, by default, do not display means, although they can ...
Read more >Box Plot (Box and Whiskers): How to Read One & How to ...
The far left of the chart (at the end of the left “whisker”) is the minimum (the smallest number in the set) and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
See https://github.com/plotly/plotly.js/issues/4220 for recent discussion within plotly team. PR https://github.com/plotly/plotly.js/pull/4432 has been created. Seems like their new ‘inclusive’ method is what you want.
can you point to me some file paths so I can play with the source myself? maybe I can help some way . thanks