-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[ROOT-5125] Autozoom functionality for TH1/TH2/TH3 or TAxis classes #14538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@linev in that old Jira report you said you have some patch for this "Crop" functionality. Do you still have it ? I could not find a link to it from the report. |
There is no PR for it. But I implement code in our go4 framework long time ago. If we want to have such functionality - we can move this code into ROOT. |
I was rethinking to this issue. How big is the problem? Is it worth introducing heuristics to zoom on very sharp peaks when it can be done with |
Feature description
From https://its.cern.ch/jira/browse/ROOT-5125
I missing feature of automatic zoom in the histogram to the range where histogram is filled.
It could be very useful for 1-D histograms with single sharp peak - in this case user need many selections on axis before necessary range will be shown.
This could be menu function of TH1/TH2/TH3 class or TAxis class.
If interesting, I could provide implementation for this.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: