Skip to content

Conversation

@aferrero2707
Copy link
Contributor

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.

Here is a practical example:

  • ratio plot with default "E" option
image
  • ratio plot with "H" option
image

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.
@aferrero2707
Copy link
Contributor Author

@Barthelemy @knopers8 @justonedev1 here is a small customization improvement for the reference comparison plots.

Copy link
Collaborator

@Barthelemy Barthelemy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks !

@Barthelemy Barthelemy merged commit 28e06fe into AliceO2Group:master Aug 20, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants