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
|
Classes | |
class | JKQTPSpecialLineGraphBase |
a Base class for special line graphs (steps ...) like e.g. JKQTPSpecialLineHorizontalGraph More... | |
class | JKQTPSpecialLineHorizontalGraph |
This implements a step plot with values . More... | |
class | JKQTPSpecialLineVerticalGraph |
This implements a step plot with values . More... | |
class | JKQTPXYLineErrorGraph |
This implements xy line plots with x and y error indicators. More... | |
class | JKQTPXYLineGraph |
This implements xy line plots. This also alows to draw symbols at the data points. More... | |
Enumerations | |
enum | JKQTPSpecialLineType { JKQTPStepLeft =0 , JKQTPStepCenter =1 , JKQTPStepRight =2 , JKQTPStepAverage =3 , JKQTPDirectLine =4 } |
plot styles for the error information More... | |
Functions | |
JKQTPLOTTER_LIB_EXPORT QString | JKQTPSpecialLineType2String (JKQTPSpecialLineType pos) |
converts a JKQTPSpecialLineType variable into a human-readable string | |
JKQTPLOTTER_LIB_EXPORT JKQTPSpecialLineType | String2JKQTPSpecialLineType (const QString &pos) |
converts a String into a JKQTPSpecialLineType | |
Screenshot | Classes |
---|---|
JKQTPXYLineGraph, JKQTPXYLineErrorGraph | |
JKQTPSpecialLineHorizontalGraph, JKQTPSpecialLineVerticalGraph |
enum JKQTPSpecialLineType |
plot styles for the error information
JKQTPLOTTER_LIB_EXPORT QString JKQTPSpecialLineType2String | ( | JKQTPSpecialLineType | pos | ) |
converts a JKQTPSpecialLineType variable into a human-readable string
JKQTPLOTTER_LIB_EXPORT JKQTPSpecialLineType String2JKQTPSpecialLineType | ( | const QString & | pos | ) |
converts a String into a JKQTPSpecialLineType