home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / bit / listserv / sasl / 3792 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.3 KB  |  40 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!MAIL.ADMIN.WISC.EDU!IMAD.GHANDOUR
  3. Message-ID: <C8JD2020.C8JD2049@mail.admin.wisc.edu>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Wed, 19 Aug 1992 13:20:00 CDT
  6. Reply-To:     IMAD.GHANDOUR@MAIL.ADMIN.WISC.EDU
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         IMAD.GHANDOUR@MAIL.ADMIN.WISC.EDU
  9. Subject:      Legend in SAS/GRAPH
  10. Comments: To: sas-l@ohstvma.acs.ohio-state.edu
  11. Lines: 27
  12.  
  13. to: sas-l@ohstvma.acs.ohio-state.edu
  14.  
  15. Platfotm: IBM MVS
  16. Product : SAS/GRAPH
  17. From : Imad Ghandour
  18. Contact : imad.ghandour@mail.admin.wisc.edu
  19.  
  20. I am trying to customize the legend when using PROC GPLOT so that
  21. instead of the standard numerical legend I will have some
  22. meaningful text. The following code is used:
  23.  
  24. PROC GPLOT DATA=FINAL;
  25. BY GROUP;
  26. PLOT MBYTES * DATE = CAT / CAXIS=MDBLACK CTEXT=MDBLACK;
  27. SYMBOL1 I=JOIN C=LTBLACK V=NONE W=2;
  28. SYMBOL2 I=SPLINE C=MDBLACK V=NONE W=2;
  29. SYMBOL3 I=RLCLM CV=MBBLACK CO=LTBLACK V=NONE;
  30. LEGEND LABEL=NONE VALUE=(T=1 'ACTUAL' T=2 'SMOOTHED' T=3 'LIN.REG.');
  31. TITLE1 'HISTORICAL DASD INFORMATION';
  32.  
  33. The legend part is not working. Instead of having the customized
  34. legend entry labels, I am getting numbers. Anyone has any idea what
  35. I am doing wrong ?????
  36.  
  37.  
  38. Imad Ghandour
  39. University of Wisconsin - Madison
  40.