Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!samsung!brutus.cs.uiuc.edu!psuvax1!psuvm!DMRHRZ11!SCHICK From: SCHICK@DMRHRZ11.BITNET (Arnold Schick) Newsgroups: bit.listserv.sas-l Subject: (no subject given) Message-ID: Date: 2 Feb 90 10:16:37 GMT Sender: "SAS(r) Discussion" Reply-To: Arnold Schick Lines: 26 Approved: NETNEWS@PSUVM Gateway Subject: Proc plot ?? Hello friends, the question from Ido Schechter and Norman Goodyear (Thu, 1.Feb. 90) is to answer as follows. Using the plot2 statement in the procedure GPLOT. E.g.: data value; input zeit v_left v_right; . . . run; proc gplot data=value; plot v_left * zeit; plot2 v_right * zeit / overlay; run; AXISn statements can used to determine the appearance (LABEL, VALUE, ticks,..) of the 3 axes before call the proc GPLOT or within the proc GPLOT. Arnold Schick University of Marburg W-Germany