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 952fb39 commit 0bf842b
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 @@ -65,7 +65,7 @@ Notes:
- 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 SRGraph(rn::ReactionSystem; interactive = false)
function plot_speciesreaction_graph(rn::ReactionSystem; interactive = false)
srg = SRGraphWrap(rn)
ns = length(species(rn))
nodecolors = vcat([:skyblue3 for i in 1:ns],
Expand Down

0 comments on commit 0bf842b

Please sign in to comment.