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

ggpie legend position not changing #277

Closed
MichaelPeibo opened this issue May 18, 2020 · 1 comment
Closed

ggpie legend position not changing #277

MichaelPeibo opened this issue May 18, 2020 · 1 comment

Comments

@MichaelPeibo
Copy link

Hi, I am using ggpie and I found legend position could not be changed. Here is code:

ggpie(
  df, "ratio", label = "pielabels", lab.pos = "in",legend='none',
  lab.font =  c(6, "bold", "black"), fill = "var1", color = "black"
) + theme(text=element_text(face='bold',size=20))

Anything wrong with my code?
Legend is locked in top. And I can change legend position in other plot function such as ggbarplot

@kassambara
Copy link
Owner

fixed now, thanks

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

2 participants