using CairoMakie
f = Figure()
Axis(f[1, 1])
density!(randn(180),direction = :y, npoints = 12, color="greenyellow",
strokecolor = :gold, strokewidth = 3, strokearound = true)
f
using CairoMakie
f = Figure()
Axis(f[1, 1])
density!(randn(180),direction = :y, npoints = 12, color="greenyellow",
strokecolor = :gold, strokewidth = 3, strokearound = true)
f