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