add rotatelab to bar_plot_fractions
This commit is contained in:
@@ -79,7 +79,8 @@ pivot_longer(tb, where(is.numeric), "by_fraction", "count") %>%
|
||||
xlab = "Applauded fraction",
|
||||
ylab = "Rounds of applauses",
|
||||
filllab = "Applauding fraction",
|
||||
flipped = FALSE)
|
||||
flipped = FALSE,
|
||||
rotatelab = TRUE)
|
||||
```
|
||||
|
||||
|
||||
@@ -109,5 +110,6 @@ pivot_longer(tb, where(is.numeric), "by_fraction", "count") %>%
|
||||
xlab = "Commented fraction",
|
||||
ylab = "Number of comments",
|
||||
filllab = "Commenting fraction",
|
||||
flipped = FALSE)
|
||||
flipped = FALSE,
|
||||
rotatelab = TRUE)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user