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
Go to file
2018-11-26 22:40:49 +01:00
doc reorganized library files into lib-subdirectory and modified tests, doc, ... accordingly 2018-11-25 20:25:44 +01:00
lib added OpenCV-support 2018-11-26 22:14:41 +01:00
screenshots reformated examples markdown-pages 2018-11-26 22:35:21 +01:00
test reformated examples markdown-pages 2018-11-26 22:35:21 +01:00
.gitignore some more fixes for reorganization 2018-11-25 20:36:26 +01:00
LICENSE Initial commit 2015-07-11 12:55:50 +02:00
README.md Update README.md 2018-11-26 22:40:49 +01:00

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

Screenshots directory

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:

jkqtplotter_simpletest_imageplot_opencv_small
Very Basic Example (Line Graph)

jkqtplotter_simpletest_imageplot_opencv_small
Simple Line/Symbol Graph With Errorbars

jkqtplotter_simpletest_imageplot_opencv_small
Simple Bar Charts


Stacked Bar Charts


Raw C Image Plot


OpenCV Image Plot


JKQTMathText (LaTeX Renderer)
.