Skip to content

Commit 2d87d07

Browse files
committed
doc: correct the docs
1 parent 0bf41eb commit 2d87d07

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

doc/PostProcessing.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ There is also a possibility to explicitly change the legend, and line, fill and
433433
{
434434
"name": "trend_cycle_duration_ntf_corr",
435435
"title": "cycle duration: ns/TF;time;cycle duration [ns/TimeFrames]",
436-
"legend": { "enabled": true, "x1": 0.70, "y1": 0.70, "x2": 0.93, "y2": 0.90, "nColumns": 1 },
436+
"legend": { "x1": 0.70, "y1": 0.70, "x2": 0.93, "y2": 0.90, "nColumns": 1 },
437437
"graphs": [
438438
{
439439
"title": "cycle duration [ns]",
@@ -469,17 +469,20 @@ The specific options are:
469469
* `"x1"`, `"y1"`, `"x2"`, `"y2"` ~ manual coordinates of the legend box, all need to be present for custom legend placement to take account
470470
* `"nColumns"` ~ number of columns in the legend
471471
* `"style"` ~ allows to change the style of the line and marker
472-
* `"lineWidth"` ~ width of the line, integer as defined by ROOT [TAttLine class](https://root.cern/doc/master/classTAttLine.html)
473-
* `"lineStyle"` ~ style of the line, integer as defined by ROOT [TAttLine class](https://root.cern/doc/master/classTAttLine.html)
474-
* `"lineColor"` ~ color of the line, an integer as defined by ROOT [TColor class](https://root.cern/doc/master/classTColor.html)
475-
* `"markerColor"` ~ color of the marker, integer as defined by ROOT [TAttMarker class](https://root.cern/doc/master/classTAttMarker.html)
476-
* `"markerStyle"` ~ style of the marker, integer as defined by ROOT [TAttMarker class](https://root.cern/doc/master/classTAttMarker.html)
477-
* `"markerSize"` ~ size of the marker, float as defined by ROOT [TAttMarker class](https://root.cern/doc/master/classTAttMarker.html)
478-
* `"fillColor"` ~ color of the fill, an integer as defined by ROOT [TColor class](https://root.cern/doc/master/classTColor.html)
479-
* `"fillStyle"` ~ style of the fill, integer as defined by ROOT [TAttFill class](https://root.cern/doc/master/classTAttFill.html)
472+
* `"lineWidth"` ~ width of the line, integer as defined by ROOT [TAttLine class](https://root.cern.ch/doc/master/classTAttLine.html)
473+
* `"lineStyle"` ~ style of the line, integer as defined by ROOT [TAttLine class](https://root.cern.ch/doc/master/classTAttLine.html)
474+
* `"lineColor"` ~ color of the line, an integer as defined by ROOT [TColor class](https://root.cern.ch/doc/master/classTColor.html)
475+
* `"markerColor"` ~ color of the marker, integer as defined by ROOT [TAttMarker class](https://root.cern.ch/doc/master/classTAttMarker.html)
476+
* `"markerStyle"` ~ style of the marker, integer as defined by ROOT [TAttMarker class](https://root.cern.ch/doc/master/classTAttMarker.html)
477+
* `"markerSize"` ~ size of the marker, float as defined by ROOT [TAttMarker class](https://root.cern.ch/doc/master/classTAttMarker.html)
478+
* `"fillColor"` ~ color of the fill, an integer as defined by ROOT [TColor class](https://root.cern.ch/doc/master/classTColor.html)
479+
* `"fillStyle"` ~ style of the fill, integer as defined by ROOT [TAttFill class](https://root.cern.ch/doc/master/classTAttFill.html)
480+
480481

481482
WARNING: Any style parameters specified will override colliding parameters in `"option"`.
482483

484+
However, lines, fills and markers still have to be enabled in `"option"` to appear (e.g. with `"option" : "LPF"`).
485+
483486
To decide whether plots should be generated during each update or just during finalization,
484487
use the boolean flag `"producePlotsOnUpdate"`.
485488

0 commit comments

Comments
 (0)