Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!37g2000yqp.googlegroups.com!not-for-mail
From: Rune Allnor <allnor@tele.ntnu.no>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Cirlce around a pixel
Date: Mon, 29 Jun 2009 07:58:37 -0700 (PDT)
Organization: http://groups.google.com
Lines: 11
Message-ID: <80f65024-1dd3-4bdf-8f24-9b81afacb153@37g2000yqp.googlegroups.com>
References: <h2adl1$6go$1@fred.mathworks.com> <011b8672-212e-4f6f-9c73-ea9ccb77079b@37g2000yqp.googlegroups.com> 
	<h2aj3e$q2b$1@fred.mathworks.com>
NNTP-Posting-Host: 77.16.131.98
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1246287517 11515 127.0.0.1 (29 Jun 2009 14:58:37 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 29 Jun 2009 14:58:37 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: 37g2000yqp.googlegroups.com; posting-host=77.16.131.98; 
	posting-account=VAp5gAkAAAAmkCze5hvZtMeedpZWNthI
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET 
	CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:551446


On 29 Jun, 16:29, "Timothy " <tluci...@brimrose.com> wrote:
> Thanks, but I think this is not what I was looking for. I just want to draw a small circle around a pixel that I have identified as intense color.

Then play with the parameters and see if you can
get what you want. Is

plot(32,16,'og','markersize',2,'linewidth',1)

better?

Rune