mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
03031e3762
- NEW: improved plotting speed for line-graphs by a compression algorithm (see JKQTPGraphLinesCompressionMixin) that removes overlaying lines (e.g. in JKQTPXYLineGraph) - NEW: improved plotting speed for line-graphs by a clipping algorithm (applies to JKQTPXYLineGraph, JKQTPGraphErrorStyleMixin, JKQTPSpecialLineHorizontalGraph, JKQTPSpecialLineVerticalGraph and others) - NEW: improved plotting speed for scatter-graphs by not calling draw functions for symbols outside the plot window (e.g. in JKQTPXYLineGraph) |
||
---|---|---|
.. | ||
jkqtcommon | ||
jkqtcommon_statistics_and_math | ||
jkqtfastplotter | ||
jkqtmathtext | ||
jkqtplotter | ||
CMakeLists.txt | ||
jkqtcommon_statistics_and_math.pri | ||
jkqtcommon.pri | ||
jkqtfastplotter.pri | ||
jkqtmathtext.pri | ||
jkqtplotter_pch.pri | ||
jkqtplotter_version.h.in | ||
jkqtplotter.pri | ||
README.md |
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