diff --git a/Project.toml b/Project.toml index bc783cf..95dbb71 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MINDFulMakie" uuid = "23b02573-35f2-499b-a490-fd32d1f018b6" authors = ["fchrstou and contributors"] -version = "0.1.0" +version = "0.1.1" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" diff --git a/src/ibnplot.jl b/src/ibnplot.jl index e465561..c0a2d44 100644 --- a/src/ibnplot.jl +++ b/src/ibnplot.jl @@ -48,8 +48,8 @@ function Makie.plot!(ibnp::IBNPlot) colorpaths = @lift $(colorp_scattern)[1] scatternodes = @lift $(colorp_scattern)[2] - netgraphplot!(ibnp, ibnp[:ibn][].ngr; ibnp.attributes..., nlabels=nodelabels, elabels=edgelabels, layout=coordlayout, - color_paths=colorpaths, circle_nodes=scatternodes) + netgraphplot!(ibnp, ibnp[:ibn][].ngr; nlabels=nodelabels, elabels=edgelabels, layout=coordlayout, + color_paths=colorpaths, circle_nodes=scatternodes, ibnp.attributes...) return ibnp end