NebulaComplex

Results 1 issues of NebulaComplex

Julia v1.10.4 on JupyterLab SGtSNEpi v0.3.6 When I run the example code from https://juliagraphs.org/Graphs.jl/dev/first_steps/plotting/ ``` using GLMakie, SGtSNEpi, SNAPDatasets GLMakie.activate!() g = loadsnap(:as_caida) y = sgtsnepi(g) show_embedding(y; A = adjacency_matrix(g),...

bug