greek letters in .ps plots
- To: mathgroup@smc.vnet.net
- Subject: [mg11057] greek letters in .ps plots
- From: Ari Buchalter <ari@astro.columbia.edu>
- Date: Wed, 18 Feb 1998 20:32:02 -0500
- Organization: Columbia University
Hi. I'm trying to create postscript plots of mathematica graphics, using the following commands: First type in PSFile[gr_,fn_String]:=Display["!" <> $TopDirectory <> "/SystemFiles/ Graphics/SystemResources/psfix > " <> fn,gr] Then create your graphics object, call it g: g=Show[heap of stuff] (NOTE: might want the option DisplayFunction->Identity) Then type the command PSFile[g,"stuff.ps"] This generates a postscript file, but my PROBLEM is this: There are greek letters in the plot, generated using the Text command, but these show up as normal letters in the postscript picture, even though they appear as Greek symbols on the mathematica screen. Help ?!?! ari@astro.columbia.edu