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

ggbreak with legend position manually setup #44

Open
yaqinguo opened this issue Mar 22, 2022 · 0 comments
Open

ggbreak with legend position manually setup #44

yaqinguo opened this issue Mar 22, 2022 · 0 comments

Comments

@yaqinguo
Copy link

can someone help me with the following issues: when I use scale_y_break, how I can customize my legend position?
ggplot(data,aes(x,y,fill))+
geom_bar()+
facet_grid()+
theme(legend_position=c(0.9,0.6))+
scale_y_break(c(3,7),scale=1,expand=F)
I got the following the warning messages:
1: Manual legend position not possible for collected guides. Defaulting to 'right'
2: Manual position of collected guides not supported

@yaqinguo yaqinguo changed the title ggbreak with legend position ggbreak with legend position manually setup Mar 24, 2022
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