Can only have one: config
オープン
まだ誰も着手していません。
- 主要言語
- R
- スター
- 2.7k
- フォーク
- 641
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Brief description of the problem:
In the subplot function, if I input a mix of ggplot2 object and plotly object, I got 'Warning message: Can only have one: config'. How to fix the warning?
Below is an example.
library(plotly); library(ggplot2)
g <- ggplot(diamonds, aes(x=carat, y=price, color=cut)) + geom_point()
p <- plot_ly(z = volcano, type = "heatmap")
subplot(ggplotly(g), plot_ly(type="heatmap"), p, nrows=2, shareX=TRUE, shareY=TRUE)
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、提供された R の例を ggplot2 と plotly で実行し、次に、混在する ggplotly オブジェクトと plotly オブジェクトに対する subplot の処理を追跡します。payload では実装ファイルもテストも指定されていません。完了とは、示されている subplot のケースを壊さずに、「Can only have one: config」という警告の原因を特定して対処することです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- r
- 領域
- data-visualization
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100