home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / graphics-0.17 / test / test1.csh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1990-11-10  |  609 b   |  19 lines

  1. #!/bin/csh
  2. ../graph/graph -S -y l <sqrt >asdf
  3. xplot -xrm "xplot*font:7x13" <asdf
  4. plot2plot -ascii-output <asdf
  5. exit 0
  6.  
  7.  
  8. echo 1 2 1 |../graph/graph -a -S +debug >asdf
  9. plot2plot -ascii-output <asdf
  10. xplot -xrm "xplot*font:7x13" <asdf
  11. exit 0
  12.  
  13. echo 0 1 0 1 >9asdf
  14. cat 9asdf
  15. ../graph/graph +debug -a .10 +margin .1 -- 9asdf|xplot
  16. exit 0
  17. ../graph/graph -g 2 -T .03 -a 1 1 -y .0001 .008 .001 -x l 1 100 2 -S -L "SPLINE DATA" -X "X AXIS" -Y "Y AXIS" spline.y.dat |xplot
  18. #../graph/graph -a 1 1 -y .0001 .008 .001 -x l 1 100 -S -L "SPLINE DATA" -X "X AXIS" -Y "Y AXIS" spline.y.dat |../plot2plot/plot2plot -ascii-output
  19.