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

How can I change the font size in the likert graph? #66

Closed
roadfar opened this issue Dec 23, 2016 · 2 comments
Closed

How can I change the font size in the likert graph? #66

roadfar opened this issue Dec 23, 2016 · 2 comments

Comments

@roadfar
Copy link

roadfar commented Dec 23, 2016

Hi,
As with the title, I want to change the font size, but don't find a method in the demo. Should I use the ggplot to realize that?
Thanks~

@sinaa
Copy link

sinaa commented Jan 18, 2017

You can use text.size to increase the size of the percentages in the plot.

To modify the size of the other labels, you can use ggplot's theming features.

For instance: plot(p) + theme(axis.text=element_text(size=12)) increases the size of the grouping labels, etc.

@roadfar
Copy link
Author

roadfar commented Jan 31, 2017

@sinaa Got it~ Thanks a lot!

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

3 participants