MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: fill circle while using circle command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg74268] Re: [mg74236] fill circle while using circle command
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Thu, 15 Mar 2007 19:16:31 -0500 (EST)
  • Reply-to: hanlonr at cox.net

A filled Circle is c alled a Disk.

Show[Graphics[{Blue,Disk[{2, 0}, 1]}],AspectRatio->1];


Bob Hanlon

---- Tony Harris <tdh1967 at bellsouth.net> 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



  • Prev by Date: Re: fill circle while using circle command
  • Next by Date: RE: fill circle while using circle command
  • Previous by thread: Re: fill circle while using circle command
  • Next by thread: RE: fill circle while using circle command