From 0bf842bb403e7dd93b707880667e57aaea7e9d6d Mon Sep 17 00:00:00 2001 From: Vincent Du <54586336+vyudu@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:39:59 -0500 Subject: [PATCH] Update ext/CatalystGraphMakieExtension/rn_graph_plot.jl Co-authored-by: Sam Isaacson --- ext/CatalystGraphMakieExtension/rn_graph_plot.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/CatalystGraphMakieExtension/rn_graph_plot.jl b/ext/CatalystGraphMakieExtension/rn_graph_plot.jl index 9fbc4c875..f6fde8661 100644 --- a/ext/CatalystGraphMakieExtension/rn_graph_plot.jl +++ b/ext/CatalystGraphMakieExtension/rn_graph_plot.jl @@ -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],