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-27 22:05:21 +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 refurbished display of examples (as table) 2018-11-27 22:05:21 +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.

Basic Plotting

Screenshot Description Notes
Very Basic Example (Line Graph) C-style arrays of data
Simple Line/Symbol Graph With Errorbars C-style arrays of data
Simple Bar Charts C-style arrays of data
Stacked Bar Charts C++-style vectors of data

Image data Plots

Screenshot Description Notes
1-channel Raw C Image Plot image data copied from C-style row-major array into a single column of the internal datastore
1-channel OpenCV cv::Mat Image Plot image data copied from OpenCV cv::Mat-structure into a single column of the internal datastore

Tools and Special Features

Screenshot Description Notes
JKQTMathText: LaTeX Renderer