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.

BoxChart goes below 0 although min value is > 0

See original GitHub issue

MWE:

final BoxChart chart = new BoxChartBuilder().build();
chart.addSeries("seriesName", List.of(1_000, 5_000, 60_000));
new SwingWrapper(chart).displayChart();

Creates the following chart:

Bildschirmfoto 2020-01-24 um 16 05 36

As can be seen in the code example, the min value is 1,000, but the boxplot goes below 0.

Is this a config issue or a bug?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Mr14huashaocommented, Feb 21, 2020

@beatngu13 I have found the problem and I will fix it.

1reaction
beatngu13commented, Feb 28, 2020

Thanks for the quick fix! 🙏

Read more comments on GitHub >

github_iconTop Results From Across the Web

Box chart (box plot) - MATLAB boxchart - MathWorks
This MATLAB function creates a box chart, or box plot, for each column of the matrix ydata. ... and the minimum and maximum...
Read more >
Box Plots | Introduction to Statistics - Lumen Learning
A box plot is constructed from five values: the minimum value, the first quartile, the median, the third quartile, and the maximum value....
Read more >
Exploring ggplot2 boxplots - Defining limits and adjusting style
Identifying boxplot limits and styles in ggplot2. ... y-axis labels need to be shown at 0 and at the upper scale, Add breaks...
Read more >
2.5: Box Plots - Statistics LibreTexts
A box plot is constructed from five values: the minimum value, the first quartile, ... Two box plots over a number line from...
Read more >
is it correct that a boxplot is missing a whisker? - Cross Validated
The minimum observed value is 1. ... But the whisker is of zero length, between 1 and 1, and necessarily hard to see....
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