Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

notched boxplots #59

Closed
grero opened this issue Jan 16, 2019 · 4 comments
Closed

notched boxplots #59

grero opened this issue Jan 16, 2019 · 4 comments

Comments

@grero
Copy link
Contributor

grero commented Jan 16, 2019

I'm a bit confused about the way notches on box plots are currently rendered. This is how I'm used to seeing them: boxplots
However, this is how StatsMakie renders them.

using StatsMakie
using Random
scene = boxplot(fill(1.0, 100), rand(100),notch=true

statsmakie_boxplot

For reference, this is how it looks when I plot using PyPlot

using PyPlot
using Random
boxplot(rand(100),notch=true)

pyplot_boxplot

@piever
Copy link
Member

piever commented Jan 16, 2019

Thanks for reporting, it's definitely a bug.

@SimonDanisch
Copy link
Member

Interestingly, this works in Plots + gr, which I believe this recipe got ported from. Not sure if the port is buggy, or if the original recipe got improved!
At least it only seems to be a corner case, since "normal" box plots still seem to work fine

@grero
Copy link
Contributor Author

grero commented Jan 17, 2019

Yes, the code works beautifully for "normal" boxplots : )

@piever
Copy link
Member

piever commented Mar 13, 2019

Fixed by #64

@piever piever closed this as completed Mar 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants