geom_circle not implemented in plotly
オープン
まだ誰も着手していません。
- 主要言語
- R
- スター
- 2.7k
- フォーク
- 641
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Receive the below ERROR when trying to use plotly. Works perfectly fine outside of plotly.
geom_GeomCircle() has yet to be implemented in plotly.
If you'd like to see this geom implemented,
Please open an issue with your example code at
https://github.com/ropensci/plotly/issues
ggp <- ggplot(positions_updated, aes(x=.data[[Issue3]], y=.data[[Issue4]], label=Stakeholder)) +
geom_circle(aes(x0=.data[[Issue3]], y0=.data[[Issue4]], r=distance, fill=Stakeholder),alpha=.1, inherit.aes=FALSE) +
geom_text() +
#ggtitle("Spatial Bargaining") +
coord_fixed() +
theme(legend.position = "bottom") +
xlab(Issue3) +
ylab(Issue4)
ggp + geom_point(aes(x=status_quo_x, y=status_quo_y))
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
実装ファイルもテストも指定されていません。まず提供された R の例を再現し、plotly が ggplot の geoms をどのように処理するかを追跡してから、geom_circle のエントリポイントを特定してください。例が現在のエラー "geom_GeomCircle() has yet to be implemented" なしでレンダリングされれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- r
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 20/100