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
|
627c329ab1
|
replace JKQTPVectorFieldGraph::setAutoscaleLengthFactor() by an enum-property JKQTPVectorFieldGraph::setVectorLengthMode() and added a mode that ignores the length completely, the vectorfield example was also modified to better show this new property
|
2024-02-09 13:48:41 +01:00 |
|
jkriege2
|
eb315f648f
|
JKQTPVectorFieldGraph: added scaling factor for length-autoscaling
|
2024-02-09 11:41:19 +01:00 |
|
jkriege2
|
e2057ae27a
|
NEW: Base class JKQTPXYAndVectorGraph for graphs like vector fields, e.g. (x,y,dx,dy) or (x,y,angle,length)
NEW: ... and an actual implementation JKQTPVectorFieldGraph (+example)
|
2024-02-08 21:52:30 +01:00 |
|