home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / sasl / 3932 < prev    next >
Encoding:
Text File  |  1992-08-27  |  2.1 KB  |  59 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!CUA.BITNET!CHENX
  3. Original_To:  BITNET%"sas-l@uga"
  4. Message-ID: <SAS-L%92082717465932@UGA.CC.UGA.EDU>
  5. Newsgroups: bit.listserv.sas-l
  6. Date:         Thu, 27 Aug 1992 17:48:00 EDT
  7. Reply-To:     Chen Xi <CHENX@CUA.BITNET>
  8. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  9. From:         Chen Xi <CHENX@CUA.BITNET>
  10. Subject:      Re: SAS GRAPH
  11. Lines: 46
  12.  
  13.     Sas Graph users ,Please help me!
  14.  
  15.   Could anybody help me to improve this graphic display? or could you
  16. suggest me another model(program) which better represent the data. What
  17. about in three dimensions?.
  18.  
  19.                          Thank you .
  20. (stuff deleted)
  21. PROC GCHART;
  22.  HBAR T /SUMVAR =NUMERO GROUP=DEP SUBGROUP=P;
  23.  FORMAT DEP DEP. ;
  24.  PATTERN1 V=E R=1;
  25.  PATTERN2 V=R5 R=1;
  26.  PATTERN3 V=S R=1;
  27. TITLE1 F=ZAPFI H=1.5 J=C 'COMPOSICAO QUIMICA';
  28. NOTE F=ZAPFI H=1.5 J=C 'BASE MS DE CALMOS BASILARES E AXILARES';
  29. NOTE F=ZAPFI H=1.5 J=C 'EM 3 PERIODOS DE PASTEJO';
  30. FOOTNOTE F=SIMPLEX H=0.1 J=L
  31. 'SETOR:APOIO A PESQUISA/NPD - UFSM                 SOFTWARE:SAS/GRAPH  ';
  32. RUN;
  33.  
  34. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  35. You can simply change the line starting with HBAR to the following:
  36.  
  37. block t /sumvar=numero type=sum discrete
  38.          group=p subgroup=dep noheading;
  39.  
  40. I have tried to run it, and get a pretty nice three dimensional stack
  41. block chart.  You can get the graph at first and do the refinements.
  42. I am sorry that I did not do the refinements, since it is dinner time.
  43.  
  44. Chen Xi
  45. User Consultant
  46. The Catholic University of America
  47.  
  48. Running SAS 6.06 on VAX/VMS
  49. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  50. -------------------------------------------------------------------------
  51.   Maria de Lourdes B. Brutti                   e-mail -> pesq3 at brufsm
  52.   Setor: Apoio a pesquisa
  53.   Universidade Federal de Santa Maria          fone ->(055) 2261616 r-2379
  54.                                                fax -->(055) 2261975
  55.   CAMPUS UNIVERSITARIO - CAMOBI                CEP - 97119
  56.   Santa Maria - Rs - Brasil
  57.  
  58. --------------------------------------------------------------------------
  59.