楼主: Strive、
3024 2

[问答] ggplot2画图箭头在plotly里面无法显示 [推广有奖]

  • 4关注
  • 1粉丝

博士生

69%

还不是VIP/贵宾

-

威望
0
论坛币
984 个
通用积分
6.7405
学术水平
33 点
热心指数
40 点
信用等级
21 点
经验
16554 点
帖子
129
精华
0
在线时间
507 小时
注册时间
2015-2-12
最后登录
2023-11-5

50论坛币
我用ggplot2画了张图片,然后用ggplotly转化成plotly时,箭头消失了。请问各位大神,怎么解决?
可用用以下代码测试:
  1. library(ggplot2)
  2. library(plotly)
  3. positiox_positiony <- data.frame(x_position=1:2,y_position=3:4)
  4. node_edge_xy <- data.frame(x=1,y=3,xend=2,yend=4)
  5. p <- ggplot(positiox_positiony,aes(x=x_position,y=y_position))+
  6.   geom_point(color="red",size=10,alpha=0.8)+
  7.   geom_segment(data=node_edge_xy,aes(x = x,y = y,xend = xend,yend = yend),
  8.                arrow = arrow(length = unit(0.25,"cm"),ends="last",type="closed"))
  9. p

  10. ggplotly(p)
复制代码

最佳答案

cheetahfly 查看完整内容

应该无解。 plotly的作者Carson Sievert在他的github官网中说过:No geom_label or geom_segment(arrow=__) support (https://github.com/ropensci/plotly/issues/469)
关键词:ggplot2 gplot plot GPL position
沙发
cheetahfly 在职认证  发表于 2018-4-22 17:58:31 |只看作者 |坛友微信交流群
应该无解。
plotly的作者Carson Sievert在他的github官网中说过:No geom_label or geom_segment(arrow=__) support
(https://github.com/ropensci/plotly/issues/469)

使用道具

藤椅
Strive、 发表于 2018-4-27 09:11:34 |只看作者 |坛友微信交流群
cheetahfly 发表于 2018-4-23 13:57
应该无解。
plotly的作者Carson Sievert在他的github官网中说过:No geom_label or geom_segment(arrow=__ ...
感谢回复,确实是无解的。
请问下你知道为什么我plotlyOutput里面没法拖动图片吗?
一拖动shiny就卡死了。

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-11-9 08:26