home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!CUA.BITNET!CHENX
- Original_To: BITNET%"sas-l@uga"
- Message-ID: <SAS-L%92082717465932@UGA.CC.UGA.EDU>
- Newsgroups: bit.listserv.sas-l
- Date: Thu, 27 Aug 1992 17:48:00 EDT
- Reply-To: Chen Xi <CHENX@CUA.BITNET>
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- From: Chen Xi <CHENX@CUA.BITNET>
- Subject: Re: SAS GRAPH
- Lines: 46
-
- Sas Graph users ,Please help me!
-
- Could anybody help me to improve this graphic display? or could you
- suggest me another model(program) which better represent the data. What
- about in three dimensions?.
-
- Thank you .
- (stuff deleted)
- PROC GCHART;
- HBAR T /SUMVAR =NUMERO GROUP=DEP SUBGROUP=P;
- FORMAT DEP DEP. ;
- PATTERN1 V=E R=1;
- PATTERN2 V=R5 R=1;
- PATTERN3 V=S R=1;
- TITLE1 F=ZAPFI H=1.5 J=C 'COMPOSICAO QUIMICA';
- NOTE F=ZAPFI H=1.5 J=C 'BASE MS DE CALMOS BASILARES E AXILARES';
- NOTE F=ZAPFI H=1.5 J=C 'EM 3 PERIODOS DE PASTEJO';
- FOOTNOTE F=SIMPLEX H=0.1 J=L
- 'SETOR:APOIO A PESQUISA/NPD - UFSM SOFTWARE:SAS/GRAPH ';
- RUN;
-
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- You can simply change the line starting with HBAR to the following:
-
- block t /sumvar=numero type=sum discrete
- group=p subgroup=dep noheading;
-
- I have tried to run it, and get a pretty nice three dimensional stack
- block chart. You can get the graph at first and do the refinements.
- I am sorry that I did not do the refinements, since it is dinner time.
-
- Chen Xi
- User Consultant
- The Catholic University of America
-
- Running SAS 6.06 on VAX/VMS
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- -------------------------------------------------------------------------
- Maria de Lourdes B. Brutti e-mail -> pesq3 at brufsm
- Setor: Apoio a pesquisa
- Universidade Federal de Santa Maria fone ->(055) 2261616 r-2379
- fax -->(055) 2261975
- CAMPUS UNIVERSITARIO - CAMOBI CEP - 97119
- Santa Maria - Rs - Brasil
-
- --------------------------------------------------------------------------
-