Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Binary images and EPS?
Date: Sun, 14 Jun 2009 21:22:01 +0000 (UTC)
Organization: Oxford University
Lines: 10
Message-ID: <h13plp$bvj$1@fred.mathworks.com>
References: <h11465$kis$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 1245014521 12275 172.30.248.38 (14 Jun 2009 21:22:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 14 Jun 2009 21:22:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1073021
Xref: news.mathworks.com comp.soft-sys.matlab:547370


"Christopher Hummersone" <wheely_chairs@hotmail.com> wrote in message <h11465$kis$1@fred.mathworks.com>...
> Hi,
> 
> I have some binary images/plots (black and white) that I wish to print to eps files for use in LaTeX.  The problem is that the rendering engines (Painters and OpenGL) interpolate to greyscale, which is not desirable.  The zbuffer renderer produces binary images but then the fonts also become quantised and hence look horrible!  Does anyone know of an alternative method?
> 
> Thanks,
> 
> Chris

How are you generating the plots? If they're images, make sure you use image and not pcolor.