說明 使用 QCustomPlot 繪圖庫輔助開發時整理的學習筆記。本篇總結 QCustomPlot 在各版本中的更新要點,詳細更新日誌可查看 QCustomPlot 更新日誌 以及各版本的 changelog 文件(部分版本沒有可以線上查看的 changelog 記錄,需要到 下載界面 下載對應的 ...
說明
使用 QCustomPlot 繪圖庫輔助開發時整理的學習筆記。本篇總結 QCustomPlot 在各版本中的更新要點,詳細更新日誌可查看 QCustomPlot 更新日誌 以及各版本的 changelog 文件(部分版本沒有可以線上查看的 changelog 記錄,需要到 下載界面 下載對應的 Full package 後,解壓查看),以下按時間順序排列。
目錄- 說明
- 1. New QCustomPlot release,2012-2-3 發佈
- 2. QCustomPlot 1.0.0 release,2013-8-3 發佈
- 3. QCustomPlot 1.0.1 release,2013-9-5 發佈
- 4. QCustomPlot 1.1.0 release,2013-11-4 發佈
- 5. QCustomPlot 1.1.1 release,2013-12-9 發佈
- 6. QCustomPlot 1.2.0 release,2014-3-14 發佈
- 7. QCustomPlot 1.2.1 release,2014-4-7 發佈
- 8. QCustomPlot 1.3.0 release,2014-12-27 發佈
- 9. QCustomPlot 1.3.1 release,2015-4-25 發佈
- 10. QCustomPlot 1.3.2 release,2015-12-22 發佈
- 11. QCustomPlot 2.0.0 release,2017-9-4 發佈
- 12. QCustomPlot 2.0.1 release,2018-6-25 發佈
- 13. QCustomPlot 2.1.0 release,2021-3-29 發佈
- 14. QCustomPlot 2.1.1 release,2022-11-6 發佈
1. New QCustomPlot release,2012-2-3 發佈
新增特性:
- 拓展了繪圖介面,新增參數曲線、柱狀圖、箱線圖的繪製。
- 坐標軸可反轉顯示。
- 完善了幫助文檔,類描述更詳細。
2. QCustomPlot 1.0.0 release,2013-8-3 發佈
新增特性:[changelog]
- 版本命名使用 semantic versioning scheme 策略。
- 更靈活的坐標軸顯示,支持多軸顯示以及多坐標系顯示。
3. QCustomPlot 1.0.1 release,2013-9-5 發佈
新增特性:[changelog]
- 修複 BUG。
- 修複 qch 幫助文檔圖像缺失的問題。
4. QCustomPlot 1.1.0 release,2013-11-4 發佈
新增特性:
- 去除
QWeakPointer
類的使用,改用QPointer
類,使 QCustomplot 支持 Qt 5.1 和 Qt 5.2。
5. QCustomPlot 1.1.1 release,2013-12-9 發佈
新增特性:[changelog]
- 修複 BUG。
- 完善幫助文檔。
6. QCustomPlot 1.2.0 release,2014-3-14 發佈
新增特性:
QCPGraph
中高密度數據的自適應抽樣顯示,儘量保留數據特征。- 拓展了繪圖介面,新增熱力圖
QCPColorMap
的繪製。
7. QCustomPlot 1.2.1 release,2014-4-7 發佈
新增特性:
- 修複
ltDateTime
日期時間標簽的顯示問題。
8. QCustomPlot 1.3.0 release,2014-12-27 發佈
新增特性:[changelog]
- 拓展了繪圖介面,新增金融類圖
QCPFinancial
的繪製。 - 新增
QCPBarsGroup
類,完善柱狀圖的繪製功能。 - 與
QT_NO_CAST_TO_ASCII
,QT_NO_CAST_FROM_ASCII
和QT_NO_KEYWORDS
三個 Qt 編譯指令相容。
9. QCustomPlot 1.3.1 release,2015-4-25 發佈
新增特性:[changelog]
- 更改了幫助文檔的顯示風格,使其更接近 Qt5 風格。
- 改進了幫助文檔的製作方式,減小它所占記憶體空間大小。
- 修複 BUG。
10. QCustomPlot 1.3.2 release,2015-12-22 發佈
新增特性:[changelog]
- 修複 BUG。
11. QCustomPlot 2.0.0 release,2017-9-4 發佈
新增特性:[changelog]
- 更完善的坐標軸標簽顯示系統,新增
QCPAxisTicker
類,支持均勻刻度、整數次冪刻度、對數刻度、符號常量刻度、年月日刻度、時刻刻度的顯示。 - 完善
QCPGraph
的填充功能,使其可以處理數據中的空白,在填充模式下繪製多個不相交的填充多邊形。 - 引入新的數據框選機制,具體功能可查看 Data Selection Mechanism。
- 引入所有一維繪圖數據的數據存儲系統,例如
QCPGraph
和QCPBars
的繪圖數據,相比於以往基於紅黑樹的QMap
,它在訪問速度、修改速度和記憶體使用方面都提供了更好的性能,具體可查看 QCPDataContainer。同時,提供了所有一維繪圖數據的統一介面,具體可查看 QCPPlottableInterface1D。
12. QCustomPlot 2.0.1 release,2018-6-25 發佈
新增特性:[changelog]
- 修複 BUG。
- 完善幫助文檔。
- 相容至 Qt 5.11。
13. QCustomPlot 2.1.0 release,2021-3-29 發佈
新增特性:
- 從 Qt 4.6 相容至 Qt 6.0。
- 新增極坐標繪圖示例,繪圖介面尚未固定。
14. QCustomPlot 2.1.1 release,2022-11-6 發佈
新增特性:
- 修複 BUG。
- 相容至 Qt 6.4。
本文作者:木三百川
本文鏈接:https://www.cnblogs.com/young520/p/17209904.html
版權聲明:本文系博主原創文章,著作權歸作者所有。商業轉載請聯繫作者獲得授權,非商業轉載請附上出處鏈接。遵循 署名-非商業性使用-相同方式共用 4.0 國際版 (CC BY-NC-SA 4.0) 版權協議。