JKQtPlotter/lib
2022-09-02 14:19:47 +02:00
..
jkqtcommon JKQTPlottter: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('').unicode()) 2022-09-02 14:19:47 +02:00
jkqtcommon_statistics_and_math fixed several CMakeLists.txt issues 2022-08-22 20:35:24 +02:00
jkqtfastplotter fixed several CMakeLists.txt issues 2022-08-22 20:35:24 +02:00
jkqtmathtext JKQTMathText: resetting pen and brush before drawing, so the previously set pen/brush does not influence the rendering result 2022-09-01 22:22:17 +02:00
jkqtplotter JKQTPlottter: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('').unicode()) 2022-09-02 14:19:47 +02:00
CMakeLists.txt fixed several CMakeLists.txt issues 2022-08-22 20:35:24 +02:00
jkqtcommon_statistics_and_math.pri split jkqtcommon into basic tools and jkqtcommon_statistics_and_math for advanced math tools not used by all libs 2022-07-23 15:31:56 +02:00
jkqtcommon.pri split jkqtcommon into basic tools and jkqtcommon_statistics_and_math for advanced math tools not used by all libs 2022-07-23 15:31:56 +02:00
jkqtfastplotter.pri improved/fixed qmake-build scripts fot Qt6 2022-04-24 22:07:16 +02:00
jkqtmathtext.pri BREAKING/REWORKED: Separated the LaTeX parser into JKQTMathTextLatexParser from JKQTMathText 2022-08-20 16:19:40 +02:00
jkqtplotter_pch.pri using Precompiled Headers in QMake 2022-07-23 13:58:01 +02:00
jkqtplotter_version.h.in updated copyright notice 2022-07-19 13:40:43 +02:00
jkqtplotter.pri JKQTPlotter: REORGANIZED: separated line-graphs from jkqtpscatter.h/.cpp into jkqtplines.h/.cpp 2022-08-25 22:41:41 +02:00
README.md split jkqtcommon into basic tools and jkqtcommon_statistics_and_math for advanced math tools not used by all libs 2022-07-23 15:31:56 +02:00

JKQTPlotter: LIB subdirectory

This directory contains all files that belong to the JKQTPlotter library (including the files of the JKQTFastPlotter and JKMathText).

The single libs are:

  • jkqtcommon: general tool functions, used by many of the other libs
  • jkqtcommon_statistics_and_math: advanced math features used only by few of the other libs
  • jkqtfastplotter: a fast plotter variant wiith fewer features
  • jkqtmathtext: a LaTeX parser and renderer used by JKQtPlotter
  • jkqtplotter: the full-featured plotter library