Commit 28e06fe
authored
[Common] customize ratio plot draw option in ReferenceComparator (#2600)
By default the histograms are drawn with error bars ("E" option), however
there are cases where the user might want to hide the errors and draw
the histograms with the "H" option, for example because the error bars
are unreliable or unphysical.
This can already be done by passing a custom draw option via the task
configuration interface.
However, the customized draw option is only passed to the current and
reference histograms, but not to the ratio plot, which is always drawn
with the "E" option.
The commit extends the custom draw option also to the ratio histogram.1 parent b371f7c commit 28e06fe
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
310 | | - | |
| 309 | + | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
0 commit comments