Re: Getting X11 graphics from Mma on NeXT
- To: mathgroup at yoda.physics.unc.edu
- Subject: Re: Getting X11 graphics from Mma on NeXT
- From: "Steven M. Boker" <smb3u at kiptron.psyc.virginia.edu>
- Date: Mon, 20 Sep 1993 02:30:25 GMT
In article <1993Sep18.084556.16556 at uvaarpa.Virginia.EDU> cyj9h at honi6.acc.virginia.edu writes: > >Does anyone here know how to get X11 graphics from Mma on the NeXT? >Is it even possible? > Here is a short Mathematica program that will save a Postscript file suitable for display on the NeXT or other computers able to display or print Postscript. thePlot = Plot[Sin[x], {x, 0, 2 * Pi}, PlotStyle -> PointSize[.02]] Display["tSin.ps", thePlot] !psfix <tSin.ps >Sin.ps DeleteFile["tSin.ps"] The program 'psfix' is the trick here. The Postscript created on the RS6000's isn't portable without running psfix. Steve -- #====#====#====#====#====#====#====#====#====#====#====#====#====# # Steven M. Boker # "Two's bifurcation # # boker at virginia.edu # but three's chaotic" # #====#====#====#====#====#====#====#====#====#====#====#====#====#