# ehc6.cf command file to plot a survivor function nvar( dfile = ehc5.ple, # data file Time = c3, # time axis (begin of interval) Surv = c7, # survivor function ); psfile = ehc6.ps; PostScript output file psetup( pxlen = 80, # length of x axis in mm pylen = 40, # length of y axis in mm pxa = 0,300, # user coordinates on x axis pya = 0,1, # user coordinates on y axis ); plxa (sc=60,ic=5); plot x axis plya (sc=1,ic=10); plot y axis #plframe; plot frame plot = Time,Surv; pltext(xy=60,0.8) = "Product-Limit Survivor Function";