Draw a sphere: Difference between revisions

Content added Content deleted
Line 2,451: Line 2,451:
z = [cos(φ) for θ in θ, φ in φ]
z = [cos(φ) for θ in θ, φ in φ]


surface(x, y, z, backgroundcolor=:black, show_axis = false)
surface(x, y, z, backgroundcolor = :black, show_axis = false)
</lang>
</lang>