plotly / plotly/plotly.js

[FEATURE]: Spikelines in scatterternary plots

オープン
#7,972 コメント 11 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

enhancement feature P2 size: 3
主要言語
JavaScript
スター
18.3k
フォーク
2k
平均マージ
2日 12時間
マージ済み PR(30日)
28

説明

Hi,

Description

It would be great if we could add spikelines to scatterternary plots, mapping to the a,b,c axes in an analogous way to the spikelines in a scatter plot.

Why should this feature be added?

Adding this feature would help the students we support become proficient in reading data off this plot type.

{
  "ternary": {
    "aaxis": {
      "showspikes": true,
      "spikecolor": "",
      "spikedash": "",
      "spikemode": "",
      "spikesnap": "",
      "spikesthickness": ""
    },
    "baxis": {
      "showspikes": true,
      "spikecolor": "",
      "spikedash": "",
      "spikemode": "",
      "spikesnap": "",
      "spikesthickness": ""
    },
    "caxis": {
      "showspikes": true,
      "spikecolor": "",
      "spikedash": "",
      "spikemode": "",
      "spikesnap": "",
      "spikesthickness": ""
    }
  }
}

Many thanks!

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、既存の scatter plot の spikeline の動作と、scatterternary plot における a、b、c 軸の処理を比較します。scatterternary plot が要求された spike 設定をサポートし、scatter plot と同様の spikeline を表示できれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
javascript
領域
data-visualization
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
活発
明瞭さ
おおむね明確
初心者へのやさしさ
52/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。