mirror of
https://github.com/dchakro/ggplot_themes.git
synced 2026-05-17 11:22:16 -07:00
Right justify y-axis markings
This commit is contained in:
parent
8be3d88736
commit
7c37259bdc
1 changed files with 2 additions and 2 deletions
|
|
@ -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")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue