diff --git a/.gitignore b/.gitignore index 22bc77c063..3bc02cd7d9 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,25 @@ Sicherungskopie_* /out *.synctex.gz *.bak +/doc/images/JKQTPImpulsesHorizontalErrorGraphBaseline.png +/doc/images/JKQTPImpulsesHorizontalErrorGraphBaseline_small.png +/doc/images/JKQTPImpulsesHorizontalErrorGraphNoBaseline.png +/doc/images/JKQTPImpulsesHorizontalErrorGraphNoBaseline_small.png +/doc/images/JKQTPImpulsesHorizontalGraphBaseline_small.png +/doc/images/JKQTPImpulsesHorizontalGraphNoBaseline_small.png +/doc/images/JKQTPImpulsesVerticalErrorGraphBaseline.png +/doc/images/JKQTPImpulsesVerticalErrorGraphBaseline_small.png +/doc/images/JKQTPImpulsesVerticalErrorGraphNoBaseline.png +/doc/images/JKQTPImpulsesVerticalErrorGraphNoBaseline_small.png +/doc/images/JKQTPImpulsesVerticalGraphBaseline_small.png +/doc/images/JKQTPImpulsesVerticalGraphNoBaseline_small.png +/doc/images/JKQTPImpulsesVerticalGraph_SymbolsBaseline.png +/doc/images/JKQTPImpulsesVerticalGraph_SymbolsBaseline_small.png +/doc/images/JKQTPImpulsesVerticalGraph_SymbolsNoBaseline.png +/doc/images/JKQTPImpulsesVerticalGraph_SymbolsNoBaseline_small.png +/doc/images/JKQTPBarHorizontalGraphBaseline.png +/doc/images/JKQTPBarHorizontalGraphBaseline_small.png +/doc/images/JKQTPBarHorizontalGraphNoBaseline.png +/doc/images/JKQTPBarHorizontalGraphNoBaseline_small.png +/doc/images/JKQTPBarVerticalGraphBaseline_small.png +/doc/images/JKQTPBarVerticalGraphNoBaseline_small.png diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 06e16c30f5..8a3edc05bf 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -193,7 +193,7 @@ if(JKQtPlotter_BUILD_EXAMPLES) stackedbars/JKQTPbarVerticalGraphStacked,JKQTPbarHorizontalGraphStacked/--smallscreenshotplot scatter/JKQTPXYScatterGraph,JKQTPXYScatterErrorGraph/--smallscreenshotplot simpletest/JKQTPXYLineGraph/--smallscreenshotplot - barchart/JKQTPBarVerticalGraph,JKQTPBarHorizontalGraph/--smallscreenshotplot + barchart/JKQTPBarVerticalGraph,JKQTPBarHorizontalGraph,JKQTPBarVerticalGraphNoBaseline,JKQTPBarHorizontalGraphNoBaseline,JKQTPBarVerticalGraphBaseline,JKQTPBarHorizontalGraphBaseline/--iteratefunctorsteps--smallscreenshotplot barchart_twocolor/JKQTPBarVerticalGraphTwoColorFilling,JKQTPBarHorizontalGraphTwoColorFilling/--smallscreenshotplot barchart_errorbars/JKQTPBarVerticalErrorGraph,JKQTPBarHorizontalErrorGraph/--smallscreenshotplot barchart_functorfill/JKQTPBarVerticalGraphFunctorFilling,JKQTPBarHorizontalGraphFunctorFilling/--smallscreenshotplot @@ -204,7 +204,7 @@ if(JKQtPlotter_BUILD_EXAMPLES) filledgraphs_errors/JKQTPFilledCurveXErrorGraph,JKQTPFilledCurveYErrorGraph/--smallscreenshotplot evalcurve/JKQTPXYFunctionLineGraph/--smallscreenshotplot geo_coordinateaxis0/JKQTPCoordinateAxisStyleDrawMode0 - impulsesplot/JKQTPImpulsesVerticalGraph,JKQTPImpulsesVerticalGraph_Symbols,JKQTPImpulsesHorizontalGraph,JKQTPImpulsesVerticalErrorGraph,JKQTPImpulsesHorizontalErrorGraph/--smallscreenshotplot + impulsesplot/JKQTPImpulsesVerticalGraph,JKQTPImpulsesVerticalGraph_Symbols,JKQTPImpulsesHorizontalGraph,JKQTPImpulsesVerticalErrorGraph,JKQTPImpulsesHorizontalErrorGraph,JKQTPImpulsesVerticalGraphNoBaseline,JKQTPImpulsesVerticalGraph_SymbolsNoBaseline,JKQTPImpulsesHorizontalGraphNoBaseline,JKQTPImpulsesVerticalErrorGraphNoBaseline,JKQTPImpulsesHorizontalErrorGraphNoBaseline,JKQTPImpulsesVerticalGraphBaseline,JKQTPImpulsesVerticalGraph_SymbolsBaseline,JKQTPImpulsesHorizontalGraphBaseline,JKQTPImpulsesVerticalErrorGraphBaseline,JKQTPImpulsesHorizontalErrorGraphBaseline/--iteratefunctorsteps--smallscreenshotplot symbols_and_errors/JKQTPXYLineErrorGraph_JKQTPErrorBars,JKQTPXYLineErrorGraph_JKQTPErrorLines,JKQTPXYLineErrorGraph_JKQTPErrorPolygons/--iteratefunctorsteps--iteratefunctorsteps_suppressinitial--smallscreenshotplot boxplot/JKQTPBoxplotVerticalGraph,JKQTPBoxplotHorizontalGraph/--iteratefunctorsteps--iteratefunctorsteps_suppressinitial--smallscreenshotplot ) diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index 1f221b70a6..19560a6615 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -65,6 +65,7 @@ Changes, compared to \ref page_whatsnew_V4_0_0 "v4.0.0" include:
  • NEW: barcharts may have rounded corners now, via JKQTPBarGraphBase::setRectRadius()
  • NEW: barcharts can be colored by a user-specified functor
  • NEW: you can provide a custom draw functor to barcharts to completely customize their look
  • +
  • NEW: barcharts and impulse graphs may now draw their baseline as stylable line (default: off)
  • JKQTMathText: