QCustomPlot 是一个小巧好用的 QT 图表插件。用来画曲线图、趋势图、坐标图、柱状图等类似二维图的库。实现大部分的2维图形绘制。使用时,我们在程序中写完相关调用的代码后,只需将 QCunstomPlot.cpp 和 QCustomPlot.h 两个文件加入工程,正常编译即可,有GPL的授权,支持跨平台的C/C++语言 。
一、下载QCustomPlot然后解压
将QCunstomPlot.cpp 和 QCustomPlot.h 拷贝到工程目录下
二、创建QCustomPlotTest工程项目
把QCunstomPlot.cpp 和 QCustomPlot.h 添加到项目中