JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Loading...
Searching...
No Matches
DEPRECATED: JKQTFastPlotter: Speed-Optimized Plotter class
Collaboration diagram for DEPRECATED: JKQTFastPlotter: Speed-Optimized Plotter class:

Modules

 DEPRECATED: Plot Elements available in JKQTFastPlotter
 
 Tool DEPRECATED: Functions, Enums, Classes for JKQTFastPlotter
 

Classes

class  JKQTFastPlotter
 a speed optimized plotter class More...
 

Detailed Description

Deprecated:
The class JKQTFastPlotter and all its support classes are deprecated and will be removed in future versions.

This is an indepent (and fully self-contained) plotter class, which is optimized for drawing speed, rather than output quality. It lacks several of the advanced features of JKQTPlotter, but can be used in cases, where fast update of plots or real-time plotting is required.

An example for the usage of this class can be found here: Example (JKQTFastPlotter)