plotly/plotly.R

Rstudio crashes after a simple ggplot2 graph Zoom out

Open

#832 创建于 2016年12月17日

在 GitHub 查看
 (17 评论) (2 反应) (0 负责人)R (643 fork)github user discovery
help wanted

仓库指标

Star
 (2,671 star)
PR 合并指标
 (PR 指标待抓取)

描述

The commands:

require(plotly)
q=qplot(1:10,1:10)
ggplotly(q)

Then select an area with the default zoom tool, and then press Zoom out.

After that Rstudio crashes.

I use the latest versions of Rstudio (1.0.44) and R (3.3.2 64 bit - Windows). All the R packages are updated to the latest versions.

贡献者指南