Skip to content

Commit

Permalink
add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaeder committed Oct 16, 2024
1 parent 39e0fc8 commit 23ae673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CairoMakie.activate!(type="png") # hide
set_theme!(size=(800, 400)) #hide
using GraphMakie
using Graphs
using StableRNG

g = wheel_graph(10)
f, ax, p = graphplot(g)
Expand Down

0 comments on commit 23ae673

Please sign in to comment.