Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  The Teacher's Book /  Basic Calculations /  Three-Dimensional Graphics /

10.4 Exporting Graphics and Sounds

Mathematica TE allows you to export graphics and sounds in a wide variety of formats. If you use the notebook front end for Mathematica TE, then you can typically just copy and paste graphics and sounds directly into other programs using the standard mechanism available on your computer system.

Exporting Mathematica graphics and sounds.

Some common formats for graphics and sounds.

This generates a plot.

In[1]:= Plot[Sin[x] + Sin[Sqrt[2] x], {x, 0, 10}]

Out[1]=

This exports the plot to a file in Encapsulated PostScript format.

In[2]:= Export["sinplot.eps", %]

Out[2]=