You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Common] enable log scale in refernce comparator plots (#2657)
A new boolean configuration parameter for the ReferenceComparatorTask
allows to display the histogram values (Y axis for 1-D histograms and
Z axis for 2-D histograms) in log scale. This does not affect the ratio
plot, which is always displayed in linear scale.
Copy file name to clipboardExpand all lines: doc/PostProcessing.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -604,6 +604,7 @@ The input MonitorObjects to be processed are logically divided in **dataGroups**
604
604
*`legendHeight`: space reserved for the legend above the histograms, in fractions of the pad height; if the height is set to zero, the legend is not shown
605
605
*`drawOption1D`: the ROOT draw option to be used for the 1-D histograms
606
606
*`drawOption2D`: the ROOT draw option to be used for the 2-D histograms
607
+
*`logScale`: boolean parameter specifying wether to draw the value axis in log or linear scale (default is `false`)
607
608
608
609
The input objects are searched within the `inputPath`, and the output plots are stored inside the `outputPath`.
609
610
It is also possible to optionally specify a different path for the reference objects, via the `referencePath` parameter. If not given, the `referencePath` will coincide with the `inputPath`.
@@ -694,6 +695,7 @@ In the example configuration below, the relationship between the input and outpu
0 commit comments