@@ -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
481482WARNING: 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+
483486To decide whether plots should be generated during each update or just during finalization,
484487use the boolean flag ` "producePlotsOnUpdate" ` .
485488
0 commit comments