Skip to content

Commit

Permalink
Update plot_scopus_comparison.R: legend.text = element_text(margin = …
Browse files Browse the repository at this point in the history
…margin(4, 0, 4, 0))
  • Loading branch information
pablobernabeu committed Jun 27, 2024
1 parent cdd2516 commit 4e99e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plot_scopus_comparison.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ plot_scopus_comparison =
axis.title.y = element_text(margin = margin(0, 6, 0, 0, 'pt')),
axis.text.x = element_text(margin = margin(0, 0, 2, 0)),
axis.text.y = element_text(margin = margin(0, 0, 0, 2)),
legend.text = element_text(margin = margin(4, 0, 4, -5)),
legend.text = element_text(margin = margin(4, 0, 4, 0)),
legend.margin = margin(-2, 19, 6, 3),
legend.box.margin = margin(5, 1, 0, 1),
legend.title = element_blank(), legend.direction = 'vertical',
Expand Down

0 comments on commit 4e99e24

Please sign in to comment.