Is there a way to plot an equation in julia?

Is there a way to plot an equation like x^2 + y^2 =1 in julia?
Like Geogebra and windows calculator can do?
Or do I have to parameterize the equation first?

Check out GitHub - saschatimme/ImplicitPlots.jl: Julia package for the plotting of plane curves and surfaces

4 Likes

is there a 3d version?

There is an implicit 3D plotting package using Makie.

1 Like