On maximize the window screen, half of plotly plot not showing in the full screen.
未關閉
還沒有人認領這個 Issue。
reproducible example needed
- 主要語言
- R
- 星號
- 2.7k
- 分支
- 641
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I am using R plotly in window-7.
let the data frame is
df<-data.frame(x=c(1:10),y=runif(10,3,8))
df
x y
1 1 6.152838
2 2 5.415271
3 3 3.265967
4 4 4.886916
5 5 4.300635
6 6 4.637657
7 7 4.534143
8 8 5.783432
9 9 6.110982
10 10 3.892279
class(df)
[1] "data.frame"
ggplot()+ geom_line(data = df, aes(x = x, y = y))
ggplotly()
Problem: on clicking the maximise the plot screen, half of the plot gets cut.
please check the image attached
```r
# insert reprex here


貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先,在 Windows 7 上使用提供的資料框、ggplot2 折線圖和 ggplotly() 重現回報的行為。比較視窗最大化前後的圖形,然後驗證在這兩種狀態下完整圖形都維持可見;該 issue 提供了螢幕截圖,但沒有提供原始檔案或測試位置。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- plotly, r
- 領域
- data-visualization
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100