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
2019-01-12 14:08:32 +01:00
doc some code refactoring (removed some macro-defined getter-functions and properties ...) 2019-01-08 21:00:25 +01:00
examples improved readme-structure 2019-01-12 14:02:12 +01:00
lib improved readme-structure 2019-01-12 14:02:12 +01:00
screenshots added missing documentation images 2019-01-12 14:08:32 +01:00
sharedlib improved readme-structure 2019-01-12 14:02:12 +01:00
staticlib improved readme-structure 2019-01-12 14:02:12 +01:00
.gitignore added example for geometric objects 2019-01-07 21:00:56 +01:00
appveyor.yml Fix AppVeyor script 2018-12-29 21:36:03 +03:30
JKQtPlotterBuildAllExamples.pro added example that explains how to use JKQtPlotter from the Qt Form Designer 2019-01-08 20:02:05 +01:00
LICENSE Initial commit 2015-07-11 12:55:50 +02:00
README.md improved readme-structure 2019-01-12 14:02:12 +01:00

JKQtPlotter

This is an extensive library of function/data plotter classes for Qt (>= 4.7, tested with Qt up to 5.11).

This software is licensed under the term of the GNU Lesser General Public License 2.1 (LGPL 2.1) or above.

Continuous Integration Status

Build status

Examples

There is a large set of usage examples (with explanations for each) and tutorials in the folder ./examples/. All test-projects are Qt-projects that use qmake to build. You can load them into QtCreator easily.

EXAMPLES-Page EXAMPLES-Page

Screenshots

EXAMPLES-Page SCREENSHOTS-Page

Building

Building instructions can be found here: