Zooming out on canvas


I have a histogram drawn on a canvas. I can zoom in by dragging and selecting a region of either the x or y axis with the mouse. What if I want to zoom out, or ‘unzoom’ –- How do I do this? The documentation seems to mostly focus on writing code, and I’m not sure where to find information about simple things like this.

ROOT Version: 6.34.02
Platform: Linux


You can hover the mouse over the axis you want and, once the cursor changes to a hand, scroll up/down to zoom in/out (but it seems that this may only work for the x-axis). Also, you can right click on the axis labels area and select “UnZoom” (to go back to the full range), or “ZoomOut” (to select a range).