home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / graphics / gnuplot / 317 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.3 KB  |  60 lines

  1. Newsgroups: comp.graphics.gnuplot
  2. Path: sparky!uunet!ukma!wupost!zaphod.mps.ohio-state.edu!cs.utexas.edu!news.uta.edu!hermes.chpc.utexas.edu!rshouman
  3. From: rshouman@chpc.utexas.edu (Radey Shouman)
  4. Subject: Re: Help with splot mesh.
  5. Message-ID: <1992Nov7.021153.5732@chpc.utexas.edu>
  6. Organization: The University of Texas System - CHPC
  7. References: <psm.720947954@murlibobo> <rr_qp2+@lynx.unm.edu> <7210819008-38271@navier>
  8. Date: Sat, 7 Nov 92 02:11:53 GMT
  9. Lines: 49
  10.  
  11. In article <7210819008-38271@navier> vu2gmc@navier (Sitaram Ramaswamy) writes:
  12. >In article <rr_qp2+@lynx.unm.edu> from [5 Nov 92 19:16:23 GMT] you wrote:
  13. > |> In article <psm.720947954@murlibobo> psm@mullian.ee.mu.OZ.AU (Phil Malin) writes:
  14. > |> >Hi all.
  15. > |> >
  16. > |> >I've just got wgnuplot (gnuplot for windows) up and running.  I was wondering
  17. > |> >if anyone knows how to adjust the mesh interval on 3D surface plots, or if
  18. > |> >it's possible.  Thanks for any help.
  19. > |> >
  20. > |> >Phil Malin.
  21. > |> >psm@mullian.ee.mu.oz.au
  22. > |> I believe that you need to change the sampling rate, as in:
  23. > |>     set samples 500
  24. > |> or something.  Try help samples.
  25. > |> Yours, jdb
  26. >
  27. >The change in the sampling rate makes the surface smoother. But the density
  28. >of the grid lines does not change. I Had the same problem but could not find
  29. >a solution to it. 
  30. >    Anyone with a solution ???
  31. >-Ram.
  32. >
  33.  
  34. From the online docs:
  35.  
  36. -----------------------------------------------------------------------
  37. Isosamples
  38. ==========
  39.  
  40.    An isoline is a curve parametrized by one of the surface parameters
  41.  while the other surface parameter is fixed. Isolines are a simple 
  42. means to display a surface. By fixing the u parameter of surface 
  43. s(u,v), the iso-u lines of the form c(v) = s(u0,v) are produced, and 
  44. by fixing the v parameter, the iso-v lines of the form c(u) = s(u,v0) 
  45. are produced.
  46.  
  47.    The isoline density of surfaces may be changed by the `set
  48. isosamples`  command. By default, sampling is set to 10 isolines per u
  49. or v axis.   A higher sampling rate will produce more accurate plots,
  50. but will take  longer. This parameter has no effect on data file
  51. plotting.
  52.  
  53.       Syntax:
  54.               set isosamples <expression>
  55.               show isosamples
  56. -----------------------------------------------------------------------
  57.  
  58. -- 
  59. Radey Shouman                    rshouman@chpc.utexas.edu
  60.