unexpected results using ggplotly and geom_dotplot()
オープン
まだ誰も着手していません。
bug
ggplotly
- 主要言語
- R
- スター
- 2.7k
- フォーク
- 641
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hello! Thank you so much for your work on this great package.
I am having some trouble getting dot plots to work with plotly. For example, take a look at the following example from the documentation for geom_dotplot().
library(ggplot2)
p <- ggplot(mtcars, aes(x = factor(cyl), y = mpg)) +
geom_dotplot(binaxis = "y", stackdir = "center")
p
#> `stat_bindot()` using `bins = 30`. Pick better value with `binwidth`.

Created on 2018-03-07 by the reprex package (v0.2.0).
When I then try to render this with plotly:
library(plotly)
ggplotly(p)
I get a blank plot.

I am getting lots of weird problems like this with my real data as well.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Issue にある再現可能な R の例から始め、ggplot2 の geom_dotplot() と plotly の ggplotly() を使用して、元のプロットと空白の出力を比較します。提供されたドットプロットが ggplotly を通じて正しくレンダリングされれば完了です。レポートでは、リポジトリのファイルやテストは特定しません。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- r
- 領域
- data-visualization
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100