Skip to content

Commit

Permalink
mmore names :(
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Jan 4, 2024
1 parent cf1b930 commit 7d0f168
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/aog/density_ridges.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ with_theme(theme_light(),size = (600,400), palette=palette, Scatter=(cycle=cycle
p_len |> draw
end

save("density_ridges1.png", current_figure()); # hide
save("densityridges1.png", current_figure()); # hide

# ![](density_ridges1.png)
# ![](densityridges1.png)

p_len = data(penguins)
#p_len = AoG.density()
Expand All @@ -35,6 +35,6 @@ p_len *= visual(AoG.Density, direction=:y, offset = 1.0,
alpha = 0.2, strokewidth = 1.5, strokecolor = :grey20)
draw(p_len)

save("density_ridges2.png", current_figure()); # hide
save("densityridges2.png", current_figure()); # hide

# ![](density_ridges2.png)
# ![](densityridges2.png)

0 comments on commit 7d0f168

Please sign in to comment.