
• To enable subpixel rendering, include the SUBPIXEL option in your PROC
SGPANEL, PROC SGPLOT, or PROC SGSCATTER statement.
• To disable subpixel rendering, include the NOSUBPIXEL option in those
statements.
In the following example, the curved lines can appear slightly jagged. The partial graph
images show the effect of applying SUBPIXEL on curved lines.
Table 12.9 Effect of Subpixel Rendering on Curves
NOSUBPIXEL SUBPIXEL
In the previous example, the subpixel rendering produces smoother lines.
Subpixel rendering is also available for bar charts. When charts have a large number of
bars that are very close together, slight variations in spacing between ...