Skip to content

Instantly share code, notes, and snippets.

View vilim's full-sized avatar

Vilim Štih vilim

View GitHub Profile
@vilim
vilim / polarplot.jl
Last active March 23, 2020 22:22
Hacky polar plot with Makie/MakieLayout
using Makie
using MakieLayout
using Colors
const τ = 2π
"""
Polar plot on a MakieLayout LAxis
text size currently in data coordinates
"""