From 754553568de36f416641adc65aff7e8e47dba984 Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Tue, 25 Jul 2023 22:21:42 +0200 Subject: [PATCH] NEW added entry for plotLabelColor to JKQTBasePlotterStyle --- doc/dox/whatsnew.dox | 1 + examples/styling/build_test_graphs.h | 1 + lib/jkqtplotter/jkqtpbaseplotter.cpp | 14 ++++++++++++++ lib/jkqtplotter/jkqtpbaseplotter.h | 4 ++++ lib/jkqtplotter/jkqtpbaseplotterstyle.cpp | 2 ++ lib/jkqtplotter/jkqtpbaseplotterstyle.h | 2 ++ 6 files changed, 24 insertions(+) diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index 88dd7f8472..69cb5ae8a0 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -87,6 +87,7 @@ Changes, compared to \ref page_whatsnew_V4_0_0 "v4.0.0" include:
  • NEW: add color palettes from Green's HELIX method, see https://arxiv.org/abs/1108.5083, also see https://jiffyclub.github.io/palettable/cubehelix/, see JKQTPCreateGreensCubeHelixLUT() and e.g. JKQTPMathImageCubeHelixClassic, JKQTPMathImageCubeHelix1, ...
  • NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks, thanks to user:nickmontini for the proposal
  • NEW: you can use any (preferably stepped/categorial) JKQTPMathImageColorPalette as default graph colors list in a style.ini file, by setting auto_styles/use_color_from_palette=PALETTE_NAME
  • +
  • NEW added entry for plotLabelColor to JKQTBasePlotterStyle
  • JKQTMathText: