2019-01-13 01:53:16 +08:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\defgroup jkqtfastplotter JKQTFastPlotter: Speed-Optimized Plotter class
|
|
|
|
|
|
|
|
This is an indepent (and fully self-contained) plotter class, which is optimized for drawing speed, rather than
|
2019-01-20 23:15:10 +08:00
|
|
|
output quality. It lacks several of the advanced features of JKQTPlotter, but can be used in cases, where fast
|
2019-01-13 01:53:16 +08:00
|
|
|
update of plots or real-time plotting is required.
|
|
|
|
|
2022-07-24 20:50:28 +08:00
|
|
|
An example for the usage of this class can be found here: \ref JKQTFastPlotterTest
|
|
|
|
|
|
|
|
\image html jkqtfastplotter_test.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\defgroup jkqtfastplotter_PlotItems Plot Elements available in JKQTFastPlotter
|
|
|
|
\ingroup jkqtfastplotter
|
|
|
|
|
|
|
|
\defgroup jkqtfastplotter_tools Tool Functions, Enums, Classes for JKQTFastPlotter
|
|
|
|
\ingroup jkqtfastplotter
|
2019-01-13 01:53:16 +08:00
|
|
|
|
|
|
|
*/
|