Hi, WIth a template, I have created a two-by-two plot, where each cell vary independently. I would like to output this as a pdf file, but I face the issue that the axes for the last plot is thicker than the rest, despite this cell is created exactly like the others. I have tried to 'fix' the line thickness through a style: proc template; define style MyFont; parent = styles.listing; style Graphaxislines / linethickness = 26px; end; run; but as you can see in the attached this will not solve the issue. There is no problem when I output as png or tiff. Anybody who have seen this, any solution? I'm running v. 9.4 Thanks. Regards Jens-Kristian
... View more