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
Collaboration diagram for Statistical Graphs (e.g. Boxplots ...):

Classes

class  JKQTPBoxplotElementBase
 Tbaseclass for a single (notched) boxplot as a "geometric element", where the data is directly given to the object and not stored in a column, as in JKQTPBoxplotGraphBase. More...
 
class  JKQTPBoxplotGraphBase
 Base class for graphs representing a series of boxplot, elements. More...
 
class  JKQTPBoxplotHorizontalElement
 This implements a horizontal (notched) boxplot where the data is directly given to the object and not stored in a column, as in JKQTPBoxplotVerticalGraph. More...
 
class  JKQTPBoxplotHorizontalGraph
 This implements horizontal boxplots, optionally also a notched boxplot. More...
 
class  JKQTPBoxplotVerticalElement
 This implements a single vertical (notched) boxplot as a "geometric element", where the data is directly given to the object and not stored in a column, as in JKQTPBoxplotVerticalGraph. More...
 
class  JKQTPBoxplotVerticalGraph
 This implements vertical boxplots, optionally also a notched boxplot. More...
 
class  JKQTPViolinplotElementBase
 This implements a single vertical Violin Plot as a "geometric element". More...
 
class  JKQTPViolinplotHorizontalElement
 This implements a single horizontal Violin Plot as a "geometric element". More...
 
class  JKQTPViolinplotVerticalElement
 This implements a single vertical Violin Plot as a "geometric element". More...
 

Detailed Description

Screenshot Classes
JKQTPBoxplotVerticalGraph, JKQTPBoxplotHorizontalGraph
JKQTPBoxplotVerticalElement, JKQTPBoxplotHorizontalElement
JKQTPViolinplotVerticalElement, JKQTPViolinplotHorizontalElement
See also
Statistics To Plot Adaptors for shortcuts to calculate statistical properties of data and then adding a plot with the results.