Hi,
I noticed an issue with the plot region line in graphs. Compare the two graphs:
If you look close, the axis lines in the first graph appear thicker compared with the plot region line, and the attachment between the two is not perfect. I tried to add the center alignment in my custom scheme file by adding the following:
But it doesn't work. Any idea how to permanently solve this?
Thanks,
Manuel
I noticed an issue with the plot region line in graphs. Compare the two graphs:
Code:
sysuse auto scatter len wei, scheme(s1mono) name(default, replace) scatter len wei, scheme(s1mono) plotregion(lalign(center)) name(aligned, replace)
Code:
linealignment plotregion center
Thanks,
Manuel