MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

greek letters in .ps plots



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



  • Prev by Date: ISO data management, graphing, and visualization
  • Next by Date: Re: Sorting of Data Lists
  • Prev by thread: ISO data management, graphing, and visualization
  • Next by thread: Re: greek letters in .ps plots