How do I export graphics to EPS format?
 From the notebook interface You can use the front end to create an EPS file from the menu. From the kernel Mathematica 4.0 can use the same commands as Mathematica 3.0. http://support.wolfram.com/mathematica/graphics/export/exporteps3.html However, Mathematica 4.0 defines the new Export command, which directly exports to EPS. In[1]:= |  |
 Out[1]= |
 |
In[2]:= |  |
Out[2]= |
 |
Using the Export command is the recommended way to export graphics in Mathematica 4.0. Download this FAQ as a Mathematica 5.2 Notebook
Questions or comments? Send email to support@wolfram.com.
|