-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make middle strip in geomCrossbar()
optional
#233
Comments
Hi, try using |
Ok, but let's get rid of middle bars on 0, why not? |
0 is a legit value. |
I mean if y is not assigned, don't draw a middle bar at all instead od drawn it at 0 |
Got it. |
alshan
added
bug
Something isn't working
and removed
bug
Something isn't working
labels
Jan 29, 2024
Fixed by commit: JetBrains/lets-plot@8a554dc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a fairly common usecase , i.e. the user needs the bars themselves, without the middle bar. That is, I'd like to propose the following behavior: if
y
is not assigned, the bar is not drawn (as it is currently when passing a list of nulls).Actual:
Expected:
We did already the same for boxplot: #143
The text was updated successfully, but these errors were encountered: