diff --git a/doc/dox/examples_and_tutorials.dox b/doc/dox/examples_and_tutorials.dox index e5e2e59d65..56785145f4 100644 --- a/doc/dox/examples_and_tutorials.dox +++ b/doc/dox/examples_and_tutorials.dox @@ -21,8 +21,8 @@ All test-projects are Qt-projects that use qmake to build. You can load them int \subpage JKQTPlotterSymbolsAndStyles `JKQTPXYLineGraph`
C++ vector of data
setting line styles and symbol styles
automatic graph coloring \image html jkqtplotter_simpletest_stepplots_small.png - \subpage JKQTPlotterStepPlot - `JKQTPStepHorizontalGraph` (and `JKQTPXYLineGraph`)
C++ vector of data
different step modes, filled and line-only + \subpage JKQTPlotterSpecialStepLinePlot + `JKQTPSpecialLineHorizontalGraph`
C++ vector of data
different step/special line modes, filled and line-only \image html jkqtplotter_simpletest_symbols_and_errors_small.png \subpage JKQTPlotterSymbolsErrors `JKQTPXYLineErrorGraph`
C-style arrays of data diff --git a/doc/dox/jkqtplotter.dox b/doc/dox/jkqtplotter.dox index 3a6fea2425..fc099f97ea 100644 --- a/doc/dox/jkqtplotter.dox +++ b/doc/dox/jkqtplotter.dox @@ -115,7 +115,6 @@ derive from JKQTPPlotElement, but from a cass in it's hirarchy of children. Thes \subsection jkqtplotter_graphsgroup_classstructure_mixins Mix-In Classes for Graphs - In addition there are mix-in classes that are used via multiple inheritance that add additional features and properties to a graph. A prominent example are the classes for \ref jkqtplotter_basegraphserrors "error indicators". With these there are usually two variants of one type of graph: One without error indicators and one with error indicators, e.g.: @@ -136,6 +135,9 @@ mainly used for the \ref jkqtplotter_imagelots "Image/Matrix graphs", but also b \defgroup jkqtplotter_basegraphserrors Mix-In Classes for Error Indicators \ingroup jkqtplotter_basegraphs +\defgroup jkqtplotter_basegraphs_stylemixins Mix-In Classes for Plot Styling +\ingroup jkqtplotter_basegraphs + \defgroup jkqtplotter_linesymbolgraphs Line/Symbol Graphs \ingroup jkqtplotter_graphsgroup @@ -155,7 +157,7 @@ This group assembles graphs that show their data with symbols and optionally wit JKQTPXYParametrizedScatterGraph, JKQTPXYParametrizedErrorScatterGraph \image html jkqtplotter_simpletest_stepplots_small.png - JKQTPStepHorizontalGraph, JKQTPStepVerticalGraph + JKQTPSpecialLineHorizontalGraph, JKQTPSpecialLineVerticalGraph \defgroup jkqtplotter_linesymbolgraphs_simple Basic Line/Scatter Graphs @@ -173,7 +175,7 @@ This group assembles graphs that show their data with symbols and optionally wit JKQTPXYLineGraph, JKQTPXYLineErrorGraph \image html jkqtplotter_simpletest_stepplots_small.png - JKQTPStepHorizontalGraph, JKQTPStepVerticalGraph + JKQTPSpecialLineHorizontalGraph, JKQTPSpecialLineVerticalGraph diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index 5834c6c14a..b031fb504c 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -16,28 +16,35 @@ Starting in summer 2018, JKQTPlotter received some major workover. During this, Changes, compared to \ref WHATSNEW_V2018_08 "v2018.08" include: