mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
an extensive Qt5 & Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
barchartchartingcharting-librarycpp11graphics-programminggraphinglatex-parserplotplottingplotting-libraryqtqt-librariesqt-widgetsqt5qt5-widgetsqt6qt6-widgetsscientific-visualizationstatistical-methodsvisualization
doc | ||
lib | ||
screenshots | ||
test | ||
.gitignore | ||
LICENSE | ||
README.md |
JKQtPlotter
This is an extensive library of function/data plotter classes for Qt (>= 4.7, tested with Qt up to 5.4).
This software is licensed under the term of the GNU Lesser General Public License 2.1 (LGPL 2.1) or above.
Screenshots
Examples
This section assembles some simple examples of usage. You can find more (complex) examples for the classes in this repository in the subfolder "test". All test-projects are Qt-projects that use qmake to build. You can load them into QtCreator easily.
Choose an example from the list below:
Very Basic Example (Line Graph) Simple Line/Symbol Graph With Errorbars Simple Bar Charts Stacked Bar Charts Raw C Image Plot OpenCV Image Plot JKQTMathText (LaTeX Renderer)