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

Remove "a" from legend in plot_intro #126

Closed
boxuancui opened this issue Aug 23, 2019 · 0 comments
Closed

Remove "a" from legend in plot_intro #126

boxuancui opened this issue Aug 23, 2019 · 0 comments

Comments

@boxuancui
Copy link
Owner

@boxuancui boxuancui commented Aug 23, 2019

Reported by @interactivereport via Email:

Boxuan,

I have to use the following code block,

library(ggplot2)
library(DataExplorer)
pdf(file = NULL)
p0 = plot_intro(airquality)
dev.off()

p0 + guides(fill = guide_legend(override.aes = aes(label = "")))

to generate the plot without “a” in legend,

image

Could you please fix the code?

Thanks,
Baohong

Note to self: Also check if this needs to be updated elsewhere.

@boxuancui boxuancui added this to the v0.9.0 milestone Aug 23, 2019
@boxuancui boxuancui self-assigned this Aug 23, 2019
boxuancui added a commit that referenced this issue Nov 11, 2019
@boxuancui boxuancui closed this Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.