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.

Box Plot Graph may having wrong calculations

See original GitHub issue

Issue Summary

Box PLot Graph may be calculating wrong data on Q1, Q3

Steps to Reproduce

  1. 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]

  2. On numpy, google sheets and Charts.js boxplot extension the Q3 is different from Redash box plot: Numpy Screen Shot 2019-12-09 at 15 35 00 Redash BoxPlot

Screen Shot 2019-12-09 at 15 33 44

Technical details:

  • Redash Version: 8.0.1+b33387 (cd13c978)
  • Browser/OS: Brave (Chrome)
  • How did you install Redash: Docker

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
deecaycommented, Dec 28, 2019

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.

0reactions
Rovelcommented, Jan 10, 2020

can you point to me some file paths so I can play with the source myself? maybe I can help some way . thanks

Read more comments on GitHub >

github_iconTop 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 >

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