Skip to content

Avoid "<empty>" labels with qplot() #4191

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

Merged

Conversation

yutannihilation
Copy link
Member

Fix #4170

devtools::load_all("~/repo/ggplot2")
#> Loading ggplot2
qplot(1:10)
#> `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

Created on 2020-09-06 by the reprex package (v0.3.0)

@yutannihilation
Copy link
Member Author

Thanks for approving. I'm a bit anxious about the failure on R 3.3 and 3.2, but let's merge this and I'll look into it later...

@yutannihilation yutannihilation merged commit 6b8dba0 into tidyverse:master Sep 6, 2020
@yutannihilation yutannihilation deleted the fix/issue-4170-qplot-empty branch September 6, 2020 04:19
@clauswilke
Copy link
Member

It's a problem with a missing systemfonts package. Not sure what exactly happened there, but it's unrelated to this patch.

@yutannihilation
Copy link
Member Author

@thomasp85
Did systemfonts drop support on R <3.4?

r-lib/systemfonts@f3ba313

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

Successfully merging this pull request may close these issues.

qplot() with empty labels now display as <empty>
2 participants