ITADN
首页
AIGC
博客文章
GIT库
资源下载
C龙虾
程序订做
联系我们
我的工作台
animint/animint2
/
Issues
geom_point() should warn for shape!=21
#270
Open
tdhock
创建于 2025-10-27
beginner-task
T
tdhock
commented
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 条评论