This commit is contained in:
jkriege2 2022-09-26 23:16:28 +02:00
parent 3de1df2b94
commit 153c80d64b
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
The x position is given in posColumn. All other data are given in the medianColumn, minColumn, maxColumn, The x position is given in posColumn. All other data are given in the medianColumn, minColumn, maxColumn,
percentile25Column and percentile75Column. percentile25Column and percentile75Column.
\image html plot_boxplotvertical.png \image html JKQTPBoxplotVerticalGraph.png
The different features of a boxplot are: The different features of a boxplot are:
@ -136,7 +136,7 @@ class JKQTPLOTTER_LIB_EXPORT JKQTPBoxplotVerticalGraph: public JKQTPBoxplotGraph
the x position is given in posColumn. All other data are given in the medianColumn, minColumn, maxColumn, the x position is given in posColumn. All other data are given in the medianColumn, minColumn, maxColumn,
percentile25Column and percentile75Column. percentile25Column and percentile75Column.
\image html plot_boxplothoricontal.png \image html JKQTPBoxplotHorizontalGraph.png
\note See the documentation of JKQTPBoxplotVerticalGraph for details on the properties of this class! \note See the documentation of JKQTPBoxplotVerticalGraph for details on the properties of this class!

View File

@ -38,7 +38,7 @@
/** \brief Base class for graphs representing a series of <a href="http://en.wikipedia.org/wiki/Box_plot">boxplot</a>, elements /** \brief Base class for graphs representing a series of <a href="http://en.wikipedia.org/wiki/Box_plot">boxplot</a>, elements
* \ingroup jkqtplotter_statgraphs * \ingroup jkqtplotter_statgraphs
* *
* \image html plot_boxplotvertical.png * \image html JKQTPBoxplotVerticalGraph.png
* *
* *
* The different features of a boxplot are: * The different features of a boxplot are: