Path: news.mathworks.com!not-for-mail
From: "Stefan M?" <euklid2003@web.de>
Newsgroups: comp.soft-sys.matlab
Subject: Export Surface plots to eps
Date: Sat, 19 Jul 2008 21:27:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 13
Message-ID: <g5tm75$8u9$1@fred.mathworks.com>
Reply-To: "Stefan M?" <euklid2003@web.de>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1216502821 9161 172.30.248.37 (19 Jul 2008 21:27:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 19 Jul 2008 21:27:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1444957
Xref: news.mathworks.com comp.soft-sys.matlab:480484



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?