matplotlib / matplotlib/mplfinance
Adding pie chart via external axes method
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 4.4k
- フォーク
- 678
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hello,
I have been using returnfig=True and adding a couple of things to customise my chart, but when adding a pie chart I recieve the follow error:
ValueError: Image size of 65243x662049 pixels is too large. It must be less than 2^16 in each direction.
I have tried reducing everything so that the pie chart can be as bareboned and as rudimentary as possible, but the result remains the same. I have been using the pie chart successfully in standard matplotlib so I feeling like it should be working and I am at a bit of a loss.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、returnfig=True、外部の Axes、円グラフを使用してエラーを再現し、その設定を動作する標準的な Matplotlib のケースと比較します。円グラフを追加しても画像が大きすぎるエラーが発生しなくなれば、問題は解決です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data-visualization
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100