Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
折れ線シリーズと棒シリーズで単一のチャートを作成することは可能ですか?
chart = pygal.Line() chart.x_labels = 'Red', 'Blue', 'Green' chart.y_labels = .0001, .0003, .0004, .00045, .0005 chart.add('line', [.0002, .0005, .00035])
pygal の github issue tracker からのクエリへの応答:いいえ
https://github.com/Kozea/pygal/issues/46