home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math.symbolic
- Path: sparky!uunet!cs.utexas.edu!torn!pulp.cs.laurentian.ca!barry
- From: barry@ramsey.cs.laurentian.ca (Barry G. Adams)
- Subject: Postscript output with Maple V
- Message-ID: <1992Jul28.183035.9054@ramsey.cs.laurentian.ca>
- Keywords: Maple, postscript, plotting
- Organization: Dept. of Computer Science, Laurentian University, Sudbury, ON
- Date: Tue, 28 Jul 1992 18:30:35 GMT
- Lines: 17
-
- I have been using Maple to produce Postscript output for 3D
- plots using an interface command such as
-
- interface(plotdevice=postscript,plotoutput=`temp.ps`);
-
- Now I should be able to get gray scale shading for 3D plots
- using plot3d and the style = PATCH option but the Postscript
- output always sets each patch to white using a
-
- 1.0 setgray fill
-
- command. One of the nice features of Postscript is the ability
- to do shading. Is this not implemented yet in Maple V or am
- I doing something wrong?
-
- Barry Adams (barry@ramsey.cs.uwaterloo.ca)
-
-