RE: Plotting a circle...
- To: mathgroup at smc.vnet.net
 - Subject: [mg37690] RE: [mg37678] Plotting a circle...
 - From: "Florian Jaccard" <jaccardf at eicn.ch>
 - Date: Sat, 9 Nov 2002 00:28:37 -0500 (EST)
 - Sender: owner-wri-mathgroup at wolfram.com
 
In[1]:=
<<Graphics`ImplicitPlot`
In[5]:=
ImplicitPlot[x^2+(y-1)^2==1,{x,-1,1},AxesLabel->{"x","y"}];
Meilleures salutations
Florian Jaccard
-----Message d'origine-----
De : Daniel Stone [mailto:daniel.stone at cheerful.com]
Envoyé : ven., 8. novembre 2002 08:16
À : mathgroup at smc.vnet.net
Objet : [mg37678] Plotting a circle...
Hi,
I want to plot the function x^2 + (y-1)^2 == 1
How do I do this.
Thanks in advance.
Dan