Skip to content

Commit

Permalink
Patch bump
Browse files Browse the repository at this point in the history
  • Loading branch information
filchristou committed Sep 16, 2023
1 parent 8f6bf06 commit 85bcf40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MINDFulMakie"
uuid = "23b02573-35f2-499b-a490-fd32d1f018b6"
authors = ["fchrstou <[email protected]> and contributors"]
version = "0.1.0"
version = "0.1.1"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down
4 changes: 2 additions & 2 deletions src/ibnplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85bcf40

Please sign in to comment.