home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / math / numanal / 3373 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  995 b 

  1. Path: sparky!uunet!psinntp!curly.appmag.com!verano!pa
  2. From: pa@verano.sba.ca.us (Pierre Asselin)
  3. Newsgroups: sci.math.num-analysis
  4. Subject: Re: contour plot
  5. Message-ID: <1203@verano.sba.ca.us>
  6. Date: 21 Nov 92 06:09:14 GMT
  7. References: <14737.2b0bf3a9@ohstpy.mps.ohio-state.edu>
  8. Organization: None.  Santa Barbara, CA
  9. Lines: 17
  10.  
  11. In <14737.2b0bf3a9@ohstpy.mps.ohio-state.edu>
  12.     luk@ohstpy.mps.ohio-state.edu writes:
  13.  
  14. >I am looking for a routine for contour plot, given discrete numerical data 
  15. >f(x,y) on a rectangular region.  Can anyone help
  16.  
  17. Algorithm 626, by Albrecht Preusser,  ACM Transactions on Mathematical
  18. Software, v.10, no.4, p. 473 (1984).  In Fortran.  Routine tricp takes 3
  19. arrays x,y,z and plots the contours of z vs. x,y.  Calls the Calcomp
  20. routines plots and plot(x,y,ipen); it's easy to supply your own and
  21. intercept the generated pen strokes.
  22.  
  23. Source available from netlib.  "send 626 from toms".  Have fun.
  24. -- 
  25.  
  26. --Pierre Asselin, Santa Barbara, California
  27.   pa@verano.sba.ca.us
  28.