How to tweak PolarAxis?


If you are looking for this, just adjust fig

    f = Figure(size = (1000, 1000))
    inner_axis = Axis(f[1:2, 1:2], aspect = DataAspect())
 
    ax = PolarAxis(
        f[1:2, 1:2],