Skip to content
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

geom_boxplot: should be possible to create boxplot without specifying x-series #325

Closed
alshan opened this issue Feb 15, 2021 · 0 comments
Closed
Assignees

Comments

@alshan
Copy link
Collaborator

alshan commented Feb 15, 2021

works in R:

ggplot() + geom_boxplot(aes(y=c(0, 0, 1, 1, 1, 5, 3),x=1))

but doesn't work in Lets-Plot:

ggplot() + geom_boxplot(aes(y=[0, 0, 1, 1, 1, 5, 3]),x=1)
@alshan alshan added this to the 2.0.1 milestone Feb 15, 2021
@alshan alshan modified the milestones: 2.0.1, 2021Q2 Mar 26, 2021
@alshan alshan self-assigned this Apr 8, 2021
alshan added a commit that referenced this issue Apr 26, 2021
Fixed: "geom_hline(): graph plotted outside of coordinate plane visible part" [#334]
Partially fixed: "geom_boxplot: should be possible to create boxplot without specifying x-series" [#325]
@alshan alshan closed this as completed Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant