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

Question labels/axis size #122

Open
RanganathanSri opened this issue Jul 26, 2021 · 0 comments
Open

Question labels/axis size #122

RanganathanSri opened this issue Jul 26, 2021 · 0 comments

Comments

@RanganathanSri
Copy link

Hi,
I'm new to R. Thanks for making a great package for analysing likert data. I have made this plot using the following code. What I am having trouble with is changing the font size of the labels so that they are more readable. I can't get them to become larger using any of the ggplot code.
Thanks :-)

plot(Q21Likert,
type="bar") +
theme_bw()+
scale_x_discrete(
labels = c("Q21CowNever" = "Never", "Q21CowResistantLM" = "C&S indicates resistance to low and medium rated antimicrobials", "Q21CowIndependentApproval"= "With approval from an independent office","Q21CowAlwaysLabelled" = "Always - ceftiofur is labelled to treat pneumonia in cattle", "Q21CowAlwaysNilWHP"="Always - ceftiofur carries a nil milk with-holding period "))

image

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