Skip to content

Commit 0d259e1

Browse files
committed
up
1 parent 0395fae commit 0d259e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/CatalystGraphMakieExtension/rn_graph_plot.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ function Catalyst.plot_network(rn::ReactionSystem; kwargs...)
161161
[:green for i in ns+1:nv(srg)])
162162
ilabels = vcat(map(s -> String(tosymbol(s, escape=false)), species(rn)),
163163
["R$i" for i in 1:nv(srg)-ns])
164-
nodesizes = vcat([30 for i in 1:ns],
165-
[10 for i in ns+1:nv(srg)])
166164

167165
ssm = substoichmat(rn); psm = prodstoichmat(rn)
168166
# Get stoichiometry of reaction
@@ -196,7 +194,6 @@ function Catalyst.plot_network(rn::ReactionSystem; kwargs...)
196194
elabels_rotation = 0,
197195
ilabels = ilabels,
198196
node_color = nodecolors,
199-
node_size = nodesizes,
200197
arrow_shift = :end,
201198
arrow_size = 20,
202199
curve_distance_usage = true,

0 commit comments

Comments
 (0)