Change TGraph Axis Size


ROOT Version: 6.12/-6
Platform: Not Provided
Compiler: Not Provided


I have to graphs inside pads stacked atop each other in a canvas using two pads.

The main title is being cut in half by the pad the top graph is being drawn on. To fix this I think I need to resize the graph inside the pad to make space for the title. Is there a way to do this? ie I want the graph y axis to only use 75% of the space in the pad so there is room for a title.

You can change the margin using SetTopMargin.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.