Skip to content

Commit 4e99e24

Browse files
Update plot_scopus_comparison.R: legend.text = element_text(margin = margin(4, 0, 4, 0))
1 parent cdd2516 commit 4e99e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plot_scopus_comparison.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ plot_scopus_comparison =
7474
axis.title.y = element_text(margin = margin(0, 6, 0, 0, 'pt')),
7575
axis.text.x = element_text(margin = margin(0, 0, 2, 0)),
7676
axis.text.y = element_text(margin = margin(0, 0, 0, 2)),
77-
legend.text = element_text(margin = margin(4, 0, 4, -5)),
77+
legend.text = element_text(margin = margin(4, 0, 4, 0)),
7878
legend.margin = margin(-2, 19, 6, 3),
7979
legend.box.margin = margin(5, 1, 0, 1),
8080
legend.title = element_blank(), legend.direction = 'vertical',

0 commit comments

Comments
 (0)