Answers for "ggplot change name of y axis labels"

0

ggplot - blank title of axis

p + theme(axis.title.x = element_blank(),
          axis.title.y = element_blank())
Posted by: Guest on August-05-2020

Browse Popular Code Answers by Language