Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Export Surface plots to eps
Date: Tue, 29 Jul 2008 17:29:03 +0000 (UTC)
Organization: UBC
Lines: 31
Message-ID: <g6nk0v$t82$1@fred.mathworks.com>
References: <g5tm75$8u9$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1217352543 29954 172.30.248.38 (29 Jul 2008 17:29:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 29 Jul 2008 17:29:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1442824
Xref: news.mathworks.com comp.soft-sys.matlab:482456



I would also like to know if there is a workaround for this!
I get the same result: a thin white line bisects each
quadrilateral face of the surface when shading is set to the
default 'faceted.'

When shading is set to 'flat' or 'interp', there are little
black dots poking through the surface from where the mesh
would be.

I'm most interested in the 'faceted' case.

Thanks!

Patrick

"Stefan M?" <euklid2003@web.de> wrote in message
<g5tm75$8u9$1@fred.mathworks.com>...
> Hi, 
> 
> if I export surface plots to eps I get some artefacts. It
> looks like the diagonals of the triangles will be displayed.
> I see the effect only, if I export to eps or pdf, but not on
> jpeg or png. Further, the plot in the matlab figure window
> is ok. 
> 
> There is no difference wheter I export with the menu of the
> figure window, with print -deps filename.eps or
> saveas(figure(1), 'filename','eps'). 
> 
> Ideas?