home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / math / symbolic / 2101 < prev    next >
Encoding:
Text File  |  1992-07-28  |  956 b   |  28 lines

  1. Newsgroups: sci.math.symbolic
  2. Path: sparky!uunet!cs.utexas.edu!torn!pulp.cs.laurentian.ca!barry
  3. From: barry@ramsey.cs.laurentian.ca (Barry G. Adams)
  4. Subject: Postscript output with Maple V
  5. Message-ID: <1992Jul28.183035.9054@ramsey.cs.laurentian.ca>
  6. Keywords: Maple, postscript, plotting
  7. Organization: Dept. of Computer Science, Laurentian University, Sudbury, ON
  8. Date: Tue, 28 Jul 1992 18:30:35 GMT
  9. Lines: 17
  10.  
  11. I have been using Maple to produce Postscript output for 3D
  12. plots using an interface command such as
  13.  
  14.    interface(plotdevice=postscript,plotoutput=`temp.ps`);
  15.  
  16. Now I should be able to get gray scale shading for 3D plots
  17. using plot3d and the style = PATCH option but the Postscript
  18. output always sets each patch to white using a
  19.  
  20.     1.0 setgray fill
  21.  
  22. command. One of the nice features of Postscript is the ability
  23. to do shading.  Is this not implemented yet in Maple V or am
  24. I doing something wrong?
  25.  
  26. Barry Adams (barry@ramsey.cs.uwaterloo.ca)
  27.  
  28.