JKQtPlotter/lib
2022-08-02 12:17:58 +02:00
..
jkqtcommon JKQTMathText: added support for \c \\char"HEX , \c \\char'OCTAL and \c \\charDECIMAL for inserting any uicode character code 2022-08-01 13:39:34 +02:00
jkqtcommon_statistics_and_math improved documentation of JKQTPMathParser 2022-07-24 21:59:20 +02:00
jkqtfastplotter fixed several doxygen errors 2022-07-24 14:50:28 +02:00
jkqtmathtext JKQTMathText: REWORKED rendering of text in text- and math-mode. Now it is more consistent with the output of LaTeX itself 2022-08-02 12:17:58 +02:00
jkqtplotter fixed several doxygen errors 2022-07-24 14:50:28 +02:00
CMakeLists.txt fixed several (pedantic) compiler warnings 2022-07-23 16:05:13 +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 updated QMake-build files 2022-07-19 14:39:59 +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 updated QMake-build files 2022-07-19 14:39:59 +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