Chart library for Qt [closed]

2019-03-09 18:34发布

Is there any open-source or free chart library for Qt? I only need XY charts, not bar charts or anything else.

3条回答
趁早两清
2楼-- · 2019-03-09 19:04
该账号已被封号
3楼-- · 2019-03-09 19:26

There's two I know of:

  • Qwt

  • QtiPlot: the app is paid, but the code is not I think (you can download the source)

查看更多
不美不萌又怎样
4楼-- · 2019-03-09 19:30

QCustomPlot is a rather compact Qt widget for plotting, with the possibility of extension to your needs, under the GPL license. It has no further dependencies and is fully documented, including internal functions.

Check the QCustomPlot website.

查看更多
登录 后发表回答