matplotlib / matplotlib/mplfinance
Support for Legends
オープン
まだ誰も着手していません。
enhancement
- 主要言語
- Python
- スター
- 4.4k
- フォーク
- 678
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Regarding this question I posted 2 days ago, I started to inspect the code and made some changes. Now I'm able to do this:
mpf.make_addplot(bars[["sma_10","sma_200"]],labels=["sma_10","sma_200"])
Is this useful to the community? What other testing is needed and how do I submit the changes to see if they are approved?
Its the first time I change the code of a library I downloaded.
Hope you will find it useful. The results are in the image below.

コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
issue #274 と示されている make_addplot 呼び出しから始めて、要求されている凡例の動作と既存の API を理解してください。議論から、期待される凡例の出力とテスト要件を明確にしてください。要求されたラベルによって合意された凡例の動作が実現され、関連する例が検証されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100