Death Star: Difference between revisions

Content deleted Content added
Wherrera (talk | contribs)
Wherrera (talk | contribs)
Line 886: Line 886:
z = [cospi(θ) for θ in θ, φ in φ]
z = [cospi(θ) for θ in θ, φ in φ]


plt = surface(x, y, z, color = rand(RGBAf0, 124, 124))
plt = surface(x, y, z, color = rand(RGBAf0, 124, 124)) # random color pattern on sphere


axis = plt[Axis]
axis = plt[Axis]
Line 893: Line 893:


Makie.save("deathstar-julia.jpg", plt)</lang>
Makie.save("deathstar-julia.jpg", plt)</lang>



=={{header|LSL}}==
=={{header|LSL}}==