We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
legend.text.align
1 parent fc7cc7a commit ce32ee0Copy full SHA for ce32ee0
1 file changed
R/bayesplot-ggplot-themes.R
@@ -54,8 +54,7 @@ theme_default <-
54
panel.spacing = unit(1.5, "lines"),
55
legend.position = "right",
56
legend.background = element_blank(),
57
- legend.text = element_text(size = 13),
58
- legend.text.align = 0,
+ legend.text = element_text(size = 13, hjust = 0),
59
legend.key = element_blank()
60
)
61
}
0 commit comments