home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / graphics / gnuplot / 407 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.2 KB  |  33 lines

  1. Newsgroups: comp.graphics.gnuplot
  2. Path: sparky!uunet!nih-csl.dcrt.nih.gov!helix.nih.gov!rvenable
  3. From: rvenable@helix.nih.gov (Richard M. Venable)
  4. Subject: Re: Max and Min values of contour plot?
  5. Message-ID: <1992Nov19.032505.1493@alw.nih.gov>
  6. Sender: postman@alw.nih.gov (AMDS Postmaster)
  7. Organization: National Institutes of Health, Bethesda
  8. References: <Bxws0s.Koo@news.iastate.edu>
  9. Date: Thu, 19 Nov 1992 03:25:05 GMT
  10. Lines: 21
  11.  
  12. In article <Bxws0s.Koo@news.iastate.edu> wwang@iastate.edu (Wen-Ping Wang) writes:
  13. >Hello everyone. Well, the heading almost says it all. In gnuplot, is
  14. >there any way that I can know the maximum and minmum contour values of
  15. >a 2d contour that I am ploting? (Of course I am ploting w/ autoscale)
  16.  
  17. One way to determine the contour levels used would be to follow the contour
  18. plot with
  19.  
  20. set term table
  21. set output "contours.tbl"
  22. replot
  23.  
  24. The file should have the x,y,z coordinates of the contours drawn.
  25.  
  26.  
  27. -----------------------------------------------------------------
  28.  Rick Venable                  |    "Eschew
  29.  FDA/CBER Biophysics Lab       |   Obfuscation"  
  30.  rvenable@helix.nih.gov        |         -- the Phantom Nerd   
  31. -----------------------------------------------------------------
  32.  
  33.