Skip to content

Commit

Permalink
Update ext/CatalystGraphMakieExtension/rn_graph_plot.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
vyudu and isaacsas authored Nov 15, 2024
1 parent d2223a9 commit 2c36ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/CatalystGraphMakieExtension/rn_graph_plot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ end
- The `interactive` flag sets the ability to interactively drag nodes and edges in the generated plot.
Only allowed if `GLMakie` is the loaded Makie backend.
"""
function ComplexGraph(rn::ReactionSystem; interactive = false)
function plot_complex_graph(rn::ReactionSystem; interactive = false)
img = incidencematgraph(rn)
specs = species(rn); rxs = reactions(rn)
edgecolors = [:black for i in 1:ne(img)]
Expand Down

0 comments on commit 2c36ac3

Please sign in to comment.