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

ggrare modify sample labels text size #13

Open
ghost opened this issue Dec 9, 2021 · 1 comment
Open

ggrare modify sample labels text size #13

ghost opened this issue Dec 9, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 9, 2021

Hello,
thank you for sharing phyloseq-extended!
Is there any way of changing text size inside a plot obtained with ggrare?
My code looks like
p <- ggrare(psdata1, step = 100, color = "Sample", label = "Sample", se = FALSE) +
labs(x="Sample size", y = "Observed features") +
scale_x_continuous(breaks=seq(0, 60000, by=5000))

I have 172 samples and the plot gets a bit crowded, I would like to decrease font size of the labels attached to each curve. I have tried
geom_text(size = ) with different values, but nothing works.

Many thanks again,

@marwa38
Copy link

marwa38 commented Dec 26, 2021

have you found a way?

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