Charting widget for GTK or Qt [closed]

2019-02-11 23:30发布

Is there a widget for GTK or Qt that would allow me to draw stock charts like this?

http://smartquant.com/openquant/openquant_chart.jpg
(copy&paste the URL due to hotlinking restriction)

Thanks, Joel

5条回答
成全新的幸福
2楼-- · 2019-02-11 23:55
SAY GOODBYE
3楼-- · 2019-02-11 23:57

Try this: NightCharts.

But you should keep in mind, that it's a self-made thing without any support and seemingly its development has been stopped already. So probably there may be a plenty of bugs.

And one more thing. IMHO it draws the most pretty pie charts among other Qt chart libraries.

查看更多
小情绪 Triste *
4楼-- · 2019-02-12 00:01

Medsphere has made their graphing widget available, note that it's implemented in gtk# though.

http://medsphere.org/projects/widgets/wiki/Graph

查看更多
Root(大扎)
5楼-- · 2019-02-12 00:03

How about GTKGraph? Or see if you can pull something out of Grism? The author writes:

I draw stock charts using a GtkDrawingArea and a Cairo context. The charts are not animated, but if you resize the chart window, the chart automatically resizes (actually, it performs a redraw).

查看更多
霸刀☆藐视天下
6楼-- · 2019-02-12 00:14

There's KD Chart for Qt.

查看更多
登录 后发表回答