Right justify y-axis markings

This commit is contained in:
dchakro 2021-10-08 11:52:20 +03:00
parent 8be3d88736
commit 7c37259bdc

View file

@ -65,7 +65,7 @@ DC_theme_generator <- function(type,
axis.text.y = element_text(family = fontfamily,
face = "plain",
size = rel(fontsize.cex),
hjust = 0.5,
hjust = 1,
angle = 0,
color = "black",
margin=unit(c(0.3,0.3,0.3,0.3), "cm")),
@ -105,7 +105,7 @@ DC_theme_generator <- function(type,
axis.text.y = element_text(family = fontfamily,
face = "plain",
size = rel(fontsize.cex),
hjust = 0.5,
hjust = 1,
angle = 0,
color="black",
margin=unit(c(0.3,0.3,0.3,0.3), "cm")),