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-13 09:31:02 +01:00
doc improved code and files for doxygen documentation 2019-01-12 23:11:08 +01:00
examples improved code and files for doxygen documentation 2019-01-12 23:11:08 +01:00
lib improved code and files for doxygen documentation 2019-01-12 23:11:08 +01:00
screenshots improved code and files for doxygen documentation 2019-01-12 23:11:08 +01:00
sharedlib improved code and files for doxygen documentation 2019-01-12 23:11:08 +01:00
staticlib improved code and files for doxygen documentation 2019-01-12 23:11:08 +01:00
.gitignore added example for geometric objects 2019-01-07 21:00:56 +01:00
.travis.yml added doxygen-autogeneration as described here: https://gist.github.com/vidavidorra/548ffbcdae99d752da02#gistcomment-2604229 2019-01-13 09:31:02 +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 code and files for doxygen documentation 2019-01-12 23:11:08 +01:00

JKQtPlotter - A Qt Plotting Library

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

Screenshots

The Screenshots-page contains several screenshots, partly taken from the provided examples, but also from other software using this libarary (e.g. QuickFit 3.0)

EXAMPLES-Page

Building

Building instructions can be found here: