What to do when a plot is bigger than the canvas and you don't see the labels

__I am having a problem regarding canvas configuration. The plot seems to be a bit bigger than the canvas and the label for the Y axis is difficult to read.

Any suggestion?_
ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Can you post a small exemple reproducing the problem ?

Can you also post the code which generates this plot?

Enlarge the left margin with:

gPad->SetLeftMargin(..);

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