renamed file and updated logo plot code

This commit is contained in:
Tanu 2020-02-26 12:00:32 +00:00
parent 95e8205189
commit 77cc5bf42c
2 changed files with 96 additions and 117 deletions

View file

@ -251,7 +251,7 @@ p2
p3 = p2 +
theme(legend.position = "bottom"
, legend.text = element_text(size = my_lts)
, axis.text.x = element_text(size = my_ats-
, axis.text.x = element_text(size = my_ats
, angle = 90)
, axis.text.y = element_blank())