Skip to content

Commit ce32ee0

Browse files
committed
replace legend.text.align
1 parent fc7cc7a commit ce32ee0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/bayesplot-ggplot-themes.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ theme_default <-
5454
panel.spacing = unit(1.5, "lines"),
5555
legend.position = "right",
5656
legend.background = element_blank(),
57-
legend.text = element_text(size = 13),
58-
legend.text.align = 0,
57+
legend.text = element_text(size = 13, hjust = 0),
5958
legend.key = element_blank()
6059
)
6160
}

0 commit comments

Comments
 (0)