MathGroup Archive 2008

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

Search the Archive

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


  • Prev by Date: Re: notation using # with exponents and &
  • Next by Date: Re: Hypergeometric2F1
  • Previous by thread: Re: Memory usage - Extract vs Select
  • Next by thread: Re: eps and pdf export of Graphic3D