mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
feat: adjusted default text offset
This commit is contained in:
parent
13c5603245
commit
7fdbd1f90e
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ visual_summary <- function(data, legend.title = NULL, ylab = "Observations", ...
|
||||||
ggplot2::theme_minimal() +
|
ggplot2::theme_minimal() +
|
||||||
ggplot2::theme(axis.text.x = ggplot2::element_text(
|
ggplot2::theme(axis.text.x = ggplot2::element_text(
|
||||||
angle = 45,
|
angle = 45,
|
||||||
vjust = 1, hjust = 1
|
vjust = 0, hjust = 1
|
||||||
)) +
|
)) +
|
||||||
ggplot2::scale_fill_manual(values = l$colors) +
|
ggplot2::scale_fill_manual(values = l$colors) +
|
||||||
ggplot2::labs(x = "", y = ylab) +
|
ggplot2::labs(x = "", y = ylab) +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue