Agnes,
I cannot reproduce this problem. Could you send the shortest possible
running script reproducing this problem?
Rene Brun
On
Tue, 12 Aug 2003, Agnes Lundborg wrote:
> Hallo.
>
> With a (for me) new version of root (3.05.07), I don't get the x-axis to show where it used to show in older versions. I.e. doing the same things I don't get the same result. I don't know what changed for the axis part and I don't manage to get the axis to show.
> I have the settings:
>
> gStyle->SetLabelSize(0.05,"X");
> gStyle->SetTitleXSize(0.05);
>
> The axis title has been set either using
> h->GetXaxis()->SetTitle("title");
> or
> TAxis *xaxis=h->GetXaxis();
> xaxis->SetTitle("title");
>
> I have tested the margin to see if the title has disappeared outside the pad
> gStyle->SetPadBottomMargin(0.3);
> but that doesn't seem to be the problem.
> Any ideas?
>
> Agnes Lundborg, Uppsala University
>
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:14 MET