Polar Plots

Source code Author Update time

using Plots
inspectdr()
Θ = range(0, stop = 1.5π, length = 100)
r = abs.(0.1 * randn(100) + sin.(3Θ))
plot(Θ, r, proj = :polar, m = 2)

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