ITADN

geom_point() should warn for shape!=21

#270Opentdhock 创建于 2025-10-27
beginner-task
T
tdhockcommented
animint2 web rendering only supports shape=21 so if the user tries to do something else, we should emit a warning. ```r geom_point(aes(shape=something)) geom_point(shape=1) ```
2 条评论