diff --git a/doc/dox/jkqtplotter_styling.dox b/doc/dox/jkqtplotter_styling.dox index 8406ecb5aee..90e95cb58eb 100644 --- a/doc/dox/jkqtplotter_styling.dox +++ b/doc/dox/jkqtplotter_styling.dox @@ -91,6 +91,10 @@ Here is a table with all available ready-made styles: :/JKQTPlotter/styles/simple_gridandticks.ini \image html simple_gridandticks.ini.png \image html simple_gridandticks.ini.symbols.png + + :/JKQTPlotter/styles/simple_noaxes.ini + \image html simple_noaxes.ini.png + \image html simple_noaxes.ini.symbols.png diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index 764d890b971..4649ceb11b3 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -118,7 +118,8 @@ Changes, compared to \ref page_whatsnew_V4_0_0 "v4.0.0" include:
  • NEW: Due to addition of JKQTMathText::setFontOptions() and the matchign extension of JKQTMathText::setFontSpecial() (see below) you can now add modifiers like +BOLD+ITALIC to any font-name provided to JKQTPlotter and in style INI-files
  • NEW: added JKQTPLabelMinBesides and JKQTPLabelMaxBesides to JKQTPLabelPosition, so labels can be set besides the axes
  • NEW/REWORKED all functions in JKQTBasePlotter are re-entrant, i.e. different instances can be used from different threads in parallel (although there is some overhead due to shared caches between the threads!). This is demonstrated and discussed in \ref JKQTPlotterMultiThreaded .
  • -
  • NEW: NEW allow linear-gradient()... in brush definitions of style.ini-file
  • +
  • NEW: allow linear-gradient(), currentcolor, ... in brush definitions of style.ini-file ... and using it is cyberpunk and dark styles
  • +
  • NEW: style simple_noaxes.ini
  • JKQTMathText: