home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / graphics / gnuplot / 600 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  910 b 

  1. Path: sparky!uunet!usc!wupost!gumby!destroyer!cs.ubc.ca!unixg.ubc.ca!iskut.ucs.ubc.ca!zhao
  2. From: zhao@explo.Geop.UBC.CA (Shengkai Zhao)
  3. Newsgroups: comp.graphics.gnuplot
  4. Subject: Hidden line removal with data??
  5. Date: 7 Jan 1993 02:59:16 GMT
  6. Organization: Dept. of Geophysics & Astronomy, UBC, Vancouver, Canada
  7. Lines: 10
  8. Message-ID: <ZHAO.93Jan6185915@explo.Geop.UBC.CA>
  9. NNTP-Posting-Host: explo.geop.ubc.ca
  10.  
  11. I want to plot a 3d picture with hidden feature by the splot command.
  12. I can do with a function, such as:
  13.   splot [x=0:10] [y=0:10] (x-5)**2+(y-5)**2
  14. But for the same function discretized in a data file (11x11 grid points)
  15. "fort.7", I can not do it.  I would like to be able to specify a
  16. possibly irregular grid of x,y,z  points (parametric mode) and still
  17. use hidden line removal.
  18.  
  19. If anyone can help, please send e-mail to me at <zhao@geop.ubc.ca>
  20. or post to this newsgroup.  Sorry if this is a FAQ.
  21.