提供两种方法参考
ParametricPlot[{2*Cos[t],2*Sin[t]},{t,0,2*Pi},AxesLabel->{x,y}],画隐函数的图像应该先表示成参数方程形式在进行绘制。祝你学习mathematica愉快
代码如下:ContourPlot[x^2 + y^2 == 4, {x, -2, 2}, {y, -2, 2}]