Daniel Schwabeneder
Daniel Schwabeneder
see https://github.com/JuliaPlots/Plots.jl/pull/3351
Hi thanks for this awesome helper! I have dark and light theme specialisations in my home-manager config and I would like to pass a specialisation arg to `nh home switch`...
Before these changes ```julia using CairoMakie using AlgebraOfGraphics df = ( x=repeat(1:2, inner=5), y=[6, 4, 2, -8, 3, 5, 1, -2, -3, 7], group=repeat('A':'E', outer=2), ) draw(data(df) * visual(Waterfall, show_direction=true)...