https://github.com/heterophyllus/qcustomplot
Fork of QCustomPlot
https://github.com/heterophyllus/qcustomplot
plotting-library qcustomplot qt qt5 qt6 visualization
Last synced: 3 months ago
JSON representation
Fork of QCustomPlot
- Host: GitHub
- URL: https://github.com/heterophyllus/qcustomplot
- Owner: heterophyllus
- Created: 2021-09-16T23:38:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T06:43:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T09:12:19.487Z (5 months ago)
- Topics: plotting-library, qcustomplot, qt, qt5, qt6, visualization
- Language: C++
- Homepage:
- Size: 3.44 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
# QCustomPlot
## The Repository
This is a fork of [QCustomPlot](https://www.qcustomplot.com) originally developed by Emanuel Eichhammer.
This project just modifies the codes to maintain the compatibility with recent versions of Qt.
## QCustomPlot
> QCustomPlot is a Qt C++ widget for plotting and data visualization. It has no further dependencies and is well documented. This plotting library focuses on making good looking, publication quality 2D plots, graphs and charts, as well as offering high performance for realtime visualization applications.Visit the [website](https://www.qcustomplot.com) for further information.
## Tasks
- [x] Fix for Qt5
- [x] settle errors
- [x] settle warnings
- [x] Fix for Qt6
- [x] settle errors
- [x] settle warnings## License
This library is licensed under GPL license.## Links
- [QCustomPlot original website](https://www.qcustomplot.com)
- [API document](https://www.qcustomplot.com/documentation/index.html)