plt_no_text | R Documentation |
Removal of all text and ticks from both axis, in a ggplot2 plot.
plt_no_text
An object of class theme
(inherits from gg
) of length 2.
A ggplot2 object.
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_no_text
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.