Next: Creating Notebooks
Up: Getting started
Previous: Tips
In keeping with course philosophy, don't waste time saving graphics
generated from within Mathematica (which are generally resolution-independent
or `vector' graphics) in any form except Encapsulated PostScript (EPS),
PDF, SVG, or FIG. [See
warnings
about large SVG files crashing Mathematica and XFIG
Example: Saving graphics as Encapsulated PostScript (EPS)
- With the mouse, select the cell containing the graphic
- Select the menu item
Edit
Save Selection As
EPS and then name the EPS file
- Check your success by using GhostView (gv) to view the file: gv myfile.eps .
See this graphics
section
about using Export to save other graphics formats from within Mathematica .
David Wood
2007-06-25