home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / PLOT / GPLOT_3D.ZIP / README.3D < prev    next >
Encoding:
Text File  |  1991-04-11  |  2.2 KB  |  52 lines

  1.  
  2. hi,
  3.     Here is another release of the 3D extensions to gnuplot.
  4. Again, the provided diffs are relative to gnuplot 2.02.
  5. Since document (gnuplot.doc) diffs are provided this time, no explanations
  6. will be given here. Also as we are converging toward more complete release
  7. I would like to ask people who port these changes to other systems to send me
  8. the changed makefiles (only makefile.unx/.x11/.tc are currently being modified).
  9.  
  10.     The new patches are saved in a shar file and can be anonymous
  11. ftp'ed from:
  12.  
  13. cs.utah.edu (128.110.4.21) as pub/gnuplot3d.shar.Z.
  14.  
  15. Do not forget to use binary mode. uncompress the file and issue
  16. 'sh gnuplot3d.shar' to unpack the archive. You should have the following
  17. files:
  18.  
  19. README.1ST    - read this...
  20. demo1.plt       - the demo I send in the first message (modified somewhat).
  21. demo2.plt    - new demo for parametric surfaces.
  22. democntr.plt    - new demo for contouring plots.
  23. diffs        - main (context) diff file.
  24. pc.trm.diffs    - pc.trm diff to enable 43/50 lines in EGA/VGA for tc.
  25. unixpc.trm.diffs - unixpc.trm diffs.
  26. glass.dat    - 3d glass data grid required for demo.plt
  27. graph3d.c    - a whole new file - put it in the main directory (where
  28.           graphics.c is).
  29. contour.c    - a whole new file - put it in the main directory (where
  30.           graphics.c is).
  31. gnuplot.doc.diffs - diffs to gnuplot docs. (./docs directory).
  32.  
  33. Again, diffs are relative to official gnuplot 2.02.
  34.  
  35. If you can not ftp, drop me a message and I will mail it directly to you.
  36.  
  37. This version has the following changes and (hopefully) fixed bugs:
  38. 1. documents have being updated to include the new 3D extensions (thanks to
  39.    John Campbell (CAMPBELL@nauvax.ucc.nau.edu) for his help).
  40. 2. autoscale_z and view are now saved with save command.
  41. 3. user specified tics are finally implemented and some bugs with log. tics
  42.    were fixed.
  43. 4. data is plotted correctly when samples != iso_samples (note the samples + 1
  44.    requirement was removed, i.e. mesh should be samples * isosamples).
  45. 5. dummy2 was cancelled. Instead dummy has two variables.
  46. 6. full names are being used in the new commands (subject to gnuplot short-
  47.    cuts):
  48.    pts->points, srf->surface, etc..
  49. 7. 'set view' has a 4th parameter - scale_z. type 'help view'...
  50.  
  51. Gershon
  52.