Root creates a blurry .pdf image with huge lines

hi… i have a problem… i have a macro that creates the following canvas with those pads but everytime i try to save it as a pdf this it what comes out… other macros wok fine and produce nice pdfs…

Uploaded with ImageShack.us

does anyone have an idea what to do ?

best regards sebastian

Can you show the PDF file you get ?

i posted a screenshot of the pdf in the previous post …
here the pdf is attached
c.pdf (87.1 KB)

Ah ok, it was a screen dump so it was not clear to me that it was the pdf.

This PDF was produce by a quit old version of ROOT. 5.22 … But you said that other pdf you generate looks good.

Does he look ok on screen ? can you generated the gif so I can see how it looks like on screen ?

Try

gStyle->SetLineScalePS(1);

[quote=“couet”]Try

gStyle->SetLineScalePS(1);[/quote]

hi …soo i tried this option and thats the output
c.pdf (87.1 KB)

[quote=“couet”]Ah ok, it was a screen dump so it was not clear to me that it was the pdf.

This PDF was produce by a quit old version of ROOT. 5.22 … But you said that other pdf you generate looks good.

Does he look ok on screen ? can you generated the gif so I can see how it looks like on screen ?[/quote]

when i generate a gif of the code without gStyle->SetLineScalePS(1);

i get a perfectly good image…

but i need this for my thesis and do not want to work with .gif’s


The new PDf with ScalePs = 1 looks like the gif to me…

noo look at the graph in thew upper left side and all the markers are still to big …

may be you set the PS scale too late ?

hi couet… its okay i do not need the help anymore… i’m gona do it in a different way… thank for the help…