diff --git a/JKQtPlotterBuildAllExamples.pro b/JKQtPlotterBuildAllExamples.pro index c9dffb0628..47119df0c4 100644 --- a/JKQtPlotterBuildAllExamples.pro +++ b/JKQtPlotterBuildAllExamples.pro @@ -86,6 +86,7 @@ addSimpleTest(datastore_statistics_2d) addSimpleTest(datastore_regression) addSimpleTest(datastore_groupedstat) addSimpleTest(contourplot) +addSimpleTest(violinplot) #addSimpleTest(rgbimageplot_opencv) #addSimpleTest(imageplot_opencv) diff --git a/doc/dox/examples_and_tutorials.dox b/doc/dox/examples_and_tutorials.dox index 0d2a421b2b..81674e058b 100644 --- a/doc/dox/examples_and_tutorials.dox +++ b/doc/dox/examples_and_tutorials.dox @@ -62,6 +62,9 @@ All test-projects are Qt-projects that use qmake to build. You can load them int \image html jkqtplotter_simpletest_boxplot_small.png \subpage JKQTPlotterBoxplotsGraphs `JKQTPBoxplotVerticalGraph`, `JKQTPBoxplotHorizontalGraph`, ... + \image html jkqtplotter_simpletest_violinplot_small.png + \subpage JKQTPlotterViolinplotGraphs + `JKQTPViolinplotVerticalElement`, `JKQTPViolinplotHorizontalElement`, ... diff --git a/doc/dox/jkqtplotter.dox b/doc/dox/jkqtplotter.dox index 92ed87ccc2..f4ea364b2e 100644 --- a/doc/dox/jkqtplotter.dox +++ b/doc/dox/jkqtplotter.dox @@ -377,6 +377,9 @@ This group assembles graphs that show their data with symbols and optionally wit \image html jkqtplotter_simpletest_boxplot_small.png JKQTPBoxplotVerticalGraph, JKQTPBoxplotHorizontalGraph + + \image html JKQTPViolinplotVerticalElement.png + JKQTPViolinplotVerticalElement, JKQTPViolinplotHorizontalElement \see \ref jkqtptools_math_statistics_adaptors for shortcuts to calculate statistical properties of data and then adding a plot with the results. @@ -418,6 +421,9 @@ This group assembles graphs that show their data with symbols and optionally wit \image html geo_boxplot_small.png JKQTPBoxplotVerticalElement, JKQTPBoxplotHorizontalElement + + \image html JKQTPViolinplotVerticalElement.png + JKQTPViolinplotVerticalElement, JKQTPViolinplotHorizontalElement Examples: diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index dd8a64fda7..3282888a0a 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -26,7 +26,7 @@ Changes, compared to \ref page_whatsnew_V2018_08 "v2018.08" include:
  • changed: using static const variables instead of #define for fixed default values (e.g. JKQTPImageTools::LUTSIZE, JKQTPImageTools::PALETTE_ICON_WIDTH, JKQTPlotterDrawinTools::ABS_MIN_LINEWIDTH, JKQTMathText::ABS_MIN_LINEWIDTH ...)
  • Updates to JKQTPlotter: