diff --git a/lib/jkqtplotter/graphs/jkqtpboxplot.h b/lib/jkqtplotter/graphs/jkqtpboxplot.h index a41c2f02de..debb8a9fc2 100644 --- a/lib/jkqtplotter/graphs/jkqtpboxplot.h +++ b/lib/jkqtplotter/graphs/jkqtpboxplot.h @@ -42,7 +42,7 @@ The x position is given in posColumn. All other data are given in the medianColumn, minColumn, maxColumn, percentile25Column and percentile75Column. - \image html plot_boxplotvertical.png + \image html JKQTPBoxplotVerticalGraph.png 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, 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! diff --git a/lib/jkqtplotter/graphs/jkqtpboxplotbase.h b/lib/jkqtplotter/graphs/jkqtpboxplotbase.h index 0210a5cbb2..afc8597bb5 100644 --- a/lib/jkqtplotter/graphs/jkqtpboxplotbase.h +++ b/lib/jkqtplotter/graphs/jkqtpboxplotbase.h @@ -38,7 +38,7 @@ /** \brief Base class for graphs representing a series of boxplot, elements * \ingroup jkqtplotter_statgraphs * - * \image html plot_boxplotvertical.png + * \image html JKQTPBoxplotVerticalGraph.png * * * The different features of a boxplot are: