Path: news.mathworks.com!not-for-mail
From: "Sadik " <sadik.hava@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How can i plot filled round
Date: Sun, 24 May 2009 08:23:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 23
Message-ID: <gvb055$8pu$1@fred.mathworks.com>
References: <2002468.10400.1243088746548.JavaMail.jakarta@nitrogen.mathforum.org> <20178373.12520.1243148809452.JavaMail.jakarta@nitrogen.mathforum.org>
Reply-To: "Sadik " <sadik.hava@gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1243153382 9022 172.30.248.35 (24 May 2009 08:23:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 24 May 2009 08:23:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1666517
Xref: news.mathworks.com comp.soft-sys.matlab:542118


The only trick that I can think of is to zoom out by setting the axis limits larger than they are. For instance, in the example you gave with rand, a solution could be setting the limits as follows:

set(gca,'XLim',[-5 6],'YLim',[-5 6])

It may still not be optimal...


<20178373.12520.1243148809452.JavaMail.jakarta@nitrogen.mathforum.org>...
> Thanks for he answer. 
> 
> I think there was misunderstanding. It's my fault. I didn't explain clearly. But your program will be useful for me. 
> 
> 
> 
> This is what i want:
> 
> plot(rand(100,1),rand(100,1),'o','MarkerFaceColor','k','MarkerEdgeColor','r','MarkerSize',5,'LineWidth',1)
> 
> These points ara similar to this: 
> 
> http://img40.imageshack.us/img40/5587/11156533.png
> 
> but still there is different. Above link looks more lively, more ...