renamed file and updated logo plot code

This commit is contained in:
Tanushree Tunstall 2020-02-26 12:00:32 +00:00
parent 95f0e28fb2
commit 61f8dc57c9
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())