powered by
A light, clear theme for ggplot.
theme_lucid( base_size = 11, base_family = "", plot.title.size = 12, plot.title.face = "plain", plot.title.space = 15, legend.position = "right", axis.title.space = 10, legend.title.size = 11, legend.text.size = 10, axis.title.size = 11, axis.title.face = "plain", axis.text.size = 10, axis.text.angle = NULL, tags.size = 11, tags.face = "plain" )
base font size
base font family
Title size in pts. Can be "none".
Title font face ("plain", "italic", "bold", "bold.italic").
Title spacing.
the position of legends ("none", "left", "right", "bottom", "top", or two-element numeric vector)
Axis title spacing.
Legend elements text size in pts.
Legend elements text size in pts. Can be "none".
Axis title text size in pts.
Axis font face ("plain", "italic", "bold", "bold.italic").
Axis text size in pts.
Rotate the x axis labels.
Tags text size in pts.
Tags font face ("plain", "italic", "bold", "bold.italic").
# NOT RUN { library(ggplot2) library(see) ggplot(iris, aes(x = Sepal.Width, y = Sepal.Length)) + geom_point(color = "white") + theme_lucid() # }
Run the code above in your browser using DataLab