x and ya axis label ggplot theme code example
Example: ggplot - blank title of axis
p + theme(axis.title.x = element_blank(),
axis.title.y = element_blank())
p + theme(axis.title.x = element_blank(),
axis.title.y = element_blank())