Skip to content

Commit

Permalink
Update plot_model_nodes.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
songhanzhang committed Jan 23, 2024
1 parent fa32c47 commit 05ee61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot_model_nodes.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function plot_model_nodes(Nodes; node_size = 5)
function plot_model_nodes(Nodes; node_size = 3)

scatter!(Nodes[:,2], Nodes[:,3], label = "",
marker = :circle, markerstrokecolor = :dodgerblue, markercolor = :dodgerblue, markersize = node_size)
Expand Down

0 comments on commit 05ee61e

Please sign in to comment.