Surface plot interprets dims 1 and 2 of a matrix to be y and x (should be reversed)
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 35/100
- issue の種類
- バグ
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- r
調査の方向性
plot_ly(z = ~volcano, type = "surface") の例から始め、サーフェスプロットで行列の次元がどのようにマッピングされるかを追跡します。この規約を MASS::kde2d() と比較し、レンダリングされたサーフェスでは行列の第 1 次元が x に、第 2 次元が y にマッピングされることを確認します。
索引モデルが issue の本文から書いたものです。
説明
For example:
plot_ly(z = ~volcano, type = "surface")
Obviously, the 1st dimension of matrix volcano is interpreted as the 'y', while the 2nd dimension as the 'x'.
However, a more natural order is: 1st dimension of matrix to be 'x', while the 2nd dimension to be 'y'. Such interpretation is in other R packages such as MASS: the function kde2d() will returns x, y and z matrix, where the dim1 and 2 of z is x and y respectively.
- 主要言語
- R
- スター
- 2.7k
- フォーク
- 641
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
plotly/plotly.R のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 62/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
-
難易度 3/5 1〜2日 初心者へのやさしさ 68/100
-
難易度 3/5 1〜2日 初心者へのやさしさ 72/100
-
save_image Error オープン
難易度 3/5 1〜2日 初心者へのやさしさ 52/100
plotly/plotly.R の issue をすべて見る
似ている issue
-
bug triage_needed
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
pharmaverse/rtables#1123 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 85/100
-
Trying to reassign a reactiveVal to the name of an existing reactiveVal doesn't overwrite the latter オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100