Setting border width size of TPad/TCanvas

Hi I am trying to set the default border width size a little bit wider.

  gStyle->SetLineWidth(2);

is changing the X- and Y- axes, however the upper and right border width size it does not increase.
Is it possible to do that without explicitly defining more TAxis etc.?

pad->SetFrameLineWidth(3);

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