JKQtPlotter/lib
2022-08-25 22:33:07 +02:00
..
jkqtcommon bugfixed optimized line-drawing 2022-08-25 22:32:34 +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 fixed several CMakeLists.txt issues 2022-08-22 20:35:24 +02:00
jkqtplotter added optimized line-drawing to JKQTPSpecialLineGraphBase 2022-08-25 22:33:07 +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
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
jkqtplotter.pri
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