Usage Note 38245: Line widths on graphics output might differ between SAS® 9.2 and previous releases with ODS PDF
When producing graphics output with the ODS PDF statement, the width of lines in the graph output might differ between SAS 9.2 and previous releases. Lines in SAS/GRAPH® output produced with the ODS PDF statement might be thicker and wider with SAS 9.2 when compared to output produced by releases of SAS prior to 9.2.
The lines are thicker with SAS 9.2 because graphics output produced by the ODS PDF statement defaults to a resolution of 150 dots per inch (DPI). Previous releases of SAS produce graphics output in PDF format with a default resolution of 300 DPI.
To produce 300 DPI graphics output with the ODS PDF statement with SAS 9.2, add the DPI=300 option to your ODS PDF statement. For example:
ods pdf file="sastest.pdf" dpi=300;
Operating System and Release Information
| SAS System | SAS/GRAPH | z/OS | 9.2 TS1M0 | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.2 TS1M0 | |
| Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 TS1M0 | |
| Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 TS1M0 | |
| Microsoft Windows XP 64-bit Edition | 9.2 TS1M0 | |
| Microsoft® Windows® for x64 | 9.2 TS1M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS1M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS1M0 | |
| Microsoft Windows Server 2003 Standard Edition | 9.2 TS1M0 | |
| Microsoft Windows XP Professional | 9.2 TS1M0 | |
| Windows Vista | 9.2 TS1M0 | |
| 64-bit Enabled AIX | 9.2 TS1M0 | |
| 64-bit Enabled HP-UX | 9.2 TS1M0 | |
| 64-bit Enabled Solaris | 9.2 TS1M0 | |
| HP-UX IPF | 9.2 TS1M0 | |
| Linux | 9.2 TS1M0 | |
| Linux for x64 | 9.2 TS1M0 | |
| OpenVMS on HP Integrity | 9.2 TS1M0 | |
| Solaris for x64 | 9.2 TS1M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
When producing graphics output with the ODS PDF statement, line widths might differ between SAS® 9.2 and previous releases.
| Date Modified: | 2010-02-04 09:30:27 |
| Date Created: | 2009-12-22 10:52:29 |