You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(ggplot2)
ggplot(mtcars, aes(mpg, wt)) +
geom_point(aes(shape=NULL))
#> Don't know how to automatically pick scale for object of type NULL. Defaulting to continuous.#> Error: A continuous variable can not be mapped to shape