# plot-test **Repository Path**: zihe_edwardSUN/plot-test ## Basic Information - **Project Name**: plot-test - **Description**: 为QCustomPlot添加数据移动时的tooltips - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 21 - **Forks**: 14 - **Created**: 2021-10-31 - **Last Updated**: 2025-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Qt最大的优势就是各种库非常全,尤其在图表方面,在5.7版本之后虽然引入了原本企业版才有的`QCharts`,但相对于只有2个文件就可以引入库的[QCustomPlot](https://www.qcustomplot.com/)来说还是太臃肿了。 这里解决一个使用图表的都会碰到的问题--跟随鼠标显示值,在`QCustomPlot`里非常简单,可以直接看下面的效果图。 ![](https://gitee.com/zihe_edwardSUN/plot-test/raw/master/screeshot.gif)