Usage Note 6672: Reference line options work differently beginning in Release 8.2 of
SAS/GRAPH
Colors and line styles are assigned differently beginning in Release 8.2
of SAS/GRAPH. If the LVREF/LHREF or CVREF/CHREF options are specified
without parentheses, the option is applied to all of the
vertical/horizontal reference lines, not just the ones specified with
the VREF/HREF option. For example:
PROC GPLOT;
PLOT Y*X / VREF=1 GRID LVREF=3 CVREF=RED;
The output that is produced from the above example will have a vertical
reference line at 1 which is red, with a line style of 3. The other
vertical lines which are produced by the GRID option will also be red
with a line style of 3.
If you only want the reference lines that have been specified with the
VREF/HREF options to be affected, you need to specify the LVREF/LHREF
and CVREF/CHREF option values in parentheses. For example:
PROC GPLOT;
PLOT Y*X / VREF=1 GRID LVREF=(3) CVREF=(RED);
The output produced by this example will have a red vertical reference
line with a line style of 3. The rest of the vertical lines produced
from the GRID option will use the default color and line style.
Operating System and Release Information
| SAS System | SAS/GRAPH | Microsoft Windows NT Workstation | 8.2 TS2M0 | |
| Microsoft Windows 95/98 | 8.2 TS2M0 | |
| Microsoft Windows 2000 Server | 8.2 TS2M0 | |
| Windows Millennium Edition (Me) | 8.2 TS2M0 | |
| Microsoft Windows 2000 Professional | 8.2 TS2M0 | |
| Microsoft Windows 2000 Advanced Server | 8.2 TS2M0 | |
| Microsoft Windows 2000 Datacenter Server | 8.2 TS2M0 | |
| OpenVMS VAX | 8.2 TS2M0 | |
| IRIX | 8.2 TS2M0 | |
| 64-bit Enabled Solaris | 8.2 TS2M0 | |
| Solaris | 8.2 TS2M0 | |
| OS/2 | 8.2 TS2M0 | |
| z/OS | 8.2 TS2M0 | |
| ABI+ for Intel Architecture | 8.2 TS2M0 | |
| Linux | 8.2 TS2M0 | |
| HP-UX | 8.2 TS2M0 | |
| 64-bit Enabled HP-UX | 8.2 TS2M0 | |
| OpenVMS Alpha | 8.2 TS2M0 | |
| CMS | 8.2 TS2M0 | |
| 64-bit Enabled AIX | 8.2 TS2M0 | |
| AIX | 8.2 TS2M0 | |
| Tru64 UNIX | 8.2 TS2M0 | |
*
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.
| Type: | Usage Note |
| Priority: | medium |
| Topic: | SAS Reference ==> Procedures ==> GPLOT
|
| Date Modified: | 2002-01-16 09:28:53 |
| Date Created: | 2002-01-16 09:28:53 |