Re: fill circle while using circle command
- To: mathgroup at smc.vnet.net
- Subject: [mg74250] Re: fill circle while using circle command
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 15 Mar 2007 19:06:43 -0500 (EST)
- Organization: Uni Leipzig
- References: <etb5pe$kfr$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
the Circle[] will never be filled until you use Disk[]
Show[Graphics[{Circle[{2, 0}, 1], {GrayLevel[0.5], Disk[{2, 0}, 1]}}]]
Regards
Jens
Tony Harris wrote:
> Hello,
>
> I sure would appreciate it if someone can tell me how to fill a circle
> while using the Graphics command, "circle".
>
> Here is what I used to generate a circle centered at (2,0) with a radius
> of 1.
> Show[Graphics[Circle[{2, 0}, 1]]];
>
>
>
> I tried many things that failed but it looks like it should be easy.
> Thanks to anyone who can assist.
>
>
>
> T Harris
>
>
>
>