Re: Plotting a circle...
- To: mathgroup at smc.vnet.net
 - Subject: [mg37700] Re: Plotting a circle...
 - From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
 - Date: Sat, 9 Nov 2002 00:28:57 -0500 (EST)
 - Organization: Universitaet Leipzig
 - References: <aqfpg9$7ea$1@smc.vnet.net>
 - Reply-to: kuska at informatik.uni-leipzig.de
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hi,
Needs["Graphics`ImplicitPlot`"]
ImplicitPlot[x^2 + (y - 1)^2 == 1, {x, -2, 2}]
Regards
  Jens
Daniel Stone wrote:
> 
> Hi,
> 
> I want to plot the function x^2 + (y-1)^2 == 1
> 
> How do I do this.
> 
> Thanks in advance.
> 
> Dan