powered by
pub_shapes
scale_shape_pub(palette = "pub", ...)
name
breaks
labels
na.value
limits
guide
discrete_scale
library("ggplot2") library("scales") p <- ggplot(mtcars) + geom_point(aes(x = wt, y = mpg, shape = factor(gear))) + facet_wrap(~am) p + scale_shape_pub()
Run the code above in your browser using DataLab