Polar Plots

Source code Author Update time

using Plots
gaston()
Θ = range(0, stop = 1.5π, length = 100)
r = abs.(0.1 * randn(100) + sin.(3Θ))
plot(Θ, r, proj = :polar, m = 2)
Gnuplot Produced by GNUPLOT 5.4 patchlevel 2 0.0 0.2 0.4 0.6 0.8 1.0 1.2 30° 60° 90° 120° 150° 180° 210° 240° 270° 300° 330° y1 y1 y1

This page was generated using DemoCards.jl and Literate.jl.