eps and pdf export of Graphic3D
- To: mathgroup at smc.vnet.net
- Subject: [mg93180] eps and pdf export of Graphic3D
- From: aaragon <alejandro.aragon at gmail.com>
- Date: Thu, 30 Oct 2008 02:02:01 -0500 (EST)
Hi everyone,
I've been trying to export some pictures to eps and pdf and it seems
that there is no way to get rid of those white lines that represent
the polygons used to create the figure.
Try
Plot3D[Sin[x] Cos[y], {x, -\[Pi], \[Pi]}, {y, -\[Pi], \[Pi]}]
Export["test.eps", %]
then you see those white lines I'm talking about. The same happens
with pdf.
I'm using Mathematica v6.0.1 on Mac OS X v10.5.5. I read somewhere
that there was an option RenderAll->False used not to draw the
polygons in eps, but this option became obsolete in Mathematica v6.
Can someone help? Thank you all,
aa