如果需要导出文件,customplot提供了save接口。保存格式源代码:
saveBmp(const QString &fileName, int width, int height, double scale, int resolution, QCP::ResolutionUnit resolutionUnit);
saveJpg(const QString &</
本文介绍如何利用QCustomPlot库的功能,将绘制的图形方便地导出为文档格式。通过提供的接口,可以将各种图表保存为源代码支持的格式。
如果需要导出文件,customplot提供了save接口。保存格式源代码:
saveBmp(const QString &fileName, int width, int height, double scale, int resolution, QCP::ResolutionUnit resolutionUnit);
saveJpg(const QString &</
3290
1206

被折叠的 条评论
为什么被折叠?