简体   繁体   中英

ggplot barplot knitted with R Markdown

Problem: The labels of the y-axis of this plot are too close too each other.

Question: How can I increase the spacing between labels?

在此处输入图片说明

Set the fig.height in your rmd chunck.
Sample

```{r, warning=FALSE,message=FALSE, fig.height=12, fig.width=12}
# Your ggplot code goes over here

```

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM