Graphs lines going out the plotting frame

Hi Oliver,
I just wanted to let you know that your solution worked.
I copied the TPDF and TProfile (It was also needed) source files from root-6.08.04 to my root-6.06.08 installation, recompiled and use the gStyle->SetJoinLinePS(2); option:


So there are no more graph lines going out the plotting frame. Thanks a lot!

In addition I copied other source files from root-6.08.04 to add a feature that I was long time looking for:
root.cern.ch/doc/master/classTG … 714336eaac
That is, to be able to tune independently the axis labels.

The procedure also worked nicely and I currently have the “custom” root version that I wanted working flawlessly.
(I failed several times in making root-6.08.04 work -> Problem with root-6.08.00 and on top of this, I do not like the new cmake-only approach to install root)

Now my question is: how can I copy the source tree of this custom root version that I have to be able to install it in the different machines that I use for data analysis?
Specially for the TGaxis business I had to copy many source files from root-6.08.04 and it would be a time consuming process to repeat the procedure in every system.

Thanks a lot!