mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-24 09:31:40 +08:00
docfix
This commit is contained in:
parent
d84c67642c
commit
ac8e7c6adb
@ -127,7 +127,7 @@ Changes, compared to \ref page_whatsnew_V4_0_0 "v4.0.0" include:
|
||||
<li>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 . </li>
|
||||
<li>NEW: allow linear-gradient(), currentcolor, ... in brush definitions of style.ini-file ... and using it is cyberpunk and dark styles</li>
|
||||
<li>NEW: style simple_noaxes.ini</li>
|
||||
<li>NEW: JKQTPXYGraphLabels which can draw a label next to each datapoint in the given x/y-dataset. The labels can be x-/y- or x&y-coordinates or custom, then defined by a user-supplied functor (+example \ref JKQTPlotterGraphLabels)</li>
|
||||
<li>NEW: JKQTPXYGraphLabels which can draw a label next to each datapoint in the given x/y-dataset. The labels can be x-/y- or x&y-coordinates or custom, then defined by a user-supplied functor (+example \ref JKQTPlotterGraphLabelsExample)</li>
|
||||
</ul></li>
|
||||
|
||||
<li>JKQTMathText:<ul>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Example (JKQTPlotter): Simple Graph Labels Example {#JKQTPlotterGraphLabels}
|
||||
# Example (JKQTPlotter): Simple Graph Labels Example {#JKQTPlotterGraphLabelsExample}
|
||||
This project (see [`graphlabels`](https://github.com/jkriege2/JKQtPlotter/tree/master/examples/graphlabels) demonstrates the use of JKQTPXYGraphLabels to add labels to the datapoints of a graph.
|
||||
|
||||
The source code of the main application is (see [`graphlabels.cpp`](https://github.com/jkriege2/JKQtPlotter/tree/master/examples/graphlabels/graphlabels.cpp).
|
||||
|
@ -1,7 +1,7 @@
|
||||
/** \example graphlabels.cpp
|
||||
* Shows how to draw datapoint labels using JKQTPXYGraphLabels
|
||||
*
|
||||
* \ref JKQTPlotterGraphLabels
|
||||
* \ref JKQTPlotterGraphLabelsExample
|
||||
*/
|
||||
|
||||
#include "jkqtpexampleapplication.h"
|
||||
|
@ -97,7 +97,7 @@ class JKQTPDatastore;
|
||||
- setXDefaultConverter(), setXDefaultPrecision(), setXBelowIsZero(), ... (all these exist in X and Y variants!)
|
||||
.
|
||||
|
||||
\see \ref JKQTPlotterGraphLabels
|
||||
\see \ref JKQTPlotterGraphLabelsExample
|
||||
|
||||
*/
|
||||
class JKQTPLOTTER_LIB_EXPORT JKQTPXYGraphLabels: public JKQTPXYGraph, public JKQTPGraphValueLabelStyleMixin, public JKQTPXYLabelsGeneratorMixin {
|
||||
|
Loading…
Reference in New Issue
Block a user