jkriege2
|
20e6f09e94
|
FIX: remove QPainter::setRenderHint(QPainter::VerticalSubpixelPositioning) as this does not seem to improve outcomes
CodeQL / Analyze (cpp) (push) Waiting to run
Doxygen build&deploy / build (push) Waiting to run
MSVC-CodeAnalysis / Analyze (push) Waiting to run
|
2024-10-17 13:49:33 +02:00 |
|
jkriege2
|
aa4ac4c58a
|
FIXED issue #128: Question about rendering unicode in plot labels: Unicode characters were not rendered if they are not in the currently active font, as fallback-rendering was switched off. It is now switched on again for text and verbatim nodes. Thanks to user:fpalazzolo for reporting this bug
FIXED font rendering was not always anti-aliased
|
2024-03-28 22:01:59 +01:00 |
|
jkriege2
|
503ef13275
|
modified default style a bit ... using FIRASans as math font and increased font size a bit to make them easier readable
|
2024-02-11 18:59:21 +01:00 |
|
jkriege2
|
3e4ba547bd
|
UPDATED auto-generated documentation images
|
2024-02-02 16:11:52 +01:00 |
|
jkriege2
|
0423205fb1
|
updated doc images
|
2024-01-08 21:33:21 +01:00 |
|
jkriege2
|
61ca14863f
|
BUGFIX: JKQTPCoordinateAxis::tickUnitName was not shown in some cases, when using fractions
|
2023-12-19 11:04:19 +01:00 |
|
jkriege2
|
5cc0b65d9a
|
NEW: added JKQTPLabelMinBesides and JKQTPLabelMaxBesides to JKQTPLabelPosition, so labels can be set besides the axes
|
2023-08-24 21:49:39 +02:00 |
|
jkriege2
|
cc242dfa1a
|
added more auto-generated example images (here for JKQTPLabelPosition) + some improved images
|
2023-08-23 17:45:59 +02:00 |
|
jkriege2
|
84270e49b0
|
improvement to fix for #99: add even more space in some cases
|
2023-08-22 18:02:00 +02:00 |
|
jkriege2
|
53fa433387
|
updated auto-generated images
|
2023-08-22 17:53:47 +02:00 |
|
jkriege2
|
af29fa4ffa
|
added example image for JKQTPCoordinateAxisStyle::tickLabelAngle
|
2023-08-22 17:34:50 +02:00 |
|
jkriege2
|
a492b75724
|
updated default style parameters (more modern)
|
2023-07-01 23:23:35 +02:00 |
|
jkriege2
|
a1408ccbd0
|
JKQTMathText: Update several layouting nodes (especially braces)
|
2023-07-01 15:57:57 +02:00 |
|
jkriege2
|
6dff6b3928
|
updated images
|
2023-06-30 14:25:23 +02:00 |
|
jkriege2
|
8b482a191c
|
renamed sub-library JKQTCommonMathAndStatistics to JKATMath. This results in shorter filenames
|
2023-03-15 14:59:34 +01:00 |
|
jkriege2
|
c2e2ca1af7
|
BUGFIX: JKQTPCALTslashfrac didn't work
|
2022-10-09 12:27:01 +02:00 |
|
jkriege2
|
7b715541e7
|
bugfixed parantheses for JKQTPCALTintslashfrac labels + some Codiga-Violations
|
2022-09-28 01:46:19 +02:00 |
|
jkriege2
|
ce3f25e044
|
added new JKQTPCALabelType element JKQTPCALTformat for general formatting with a std::format-format string (available for C++>=20 only!!!)
|
2022-09-28 00:59:57 +02:00 |
|
jkriege2
|
efa0db1bbe
|
NEW: added possibility to scale the axis ticks by a factor (e.g. pi) to generate axes with ticks 0pi, 1pi, 2pi ...
|
2022-09-24 02:06:42 +02:00 |
|
jkriege2
|
bf4aa7ebdb
|
JKQTPCALTprintf for general axis tick formatting with a printf-format string
|
2022-09-24 00:16:57 +02:00 |
|
jkriege2
|
b536d79aeb
|
bugfix for older Qt versions
|
2022-09-23 21:45:30 +02:00 |
|
jkriege2
|
d2c2185f9c
|
IMPROVED/REWORKED: reworked JKQTPCADrawMode and coordinate axis drawing so the draw mide can be specified as ORed combination of flags from JKQTPCADrawModeElements, added flags to draw arrows at the end of the axis line
IMPROVED/REWORKED: coordinate axis code was refactored
NEW: all elements of a coordinate axis may have their own color now
|
2022-09-23 20:43:53 +02:00 |
|