Answers for "x axis and y axis ggplot title"

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