From 21237a88ad5c132c0366b2e43394ff1511f7ba44 Mon Sep 17 00:00:00 2001 From: vyudu Date: Fri, 15 Nov 2024 15:00:09 -0500 Subject: [PATCH] up --- 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 95a99823ef..1792ed039e 100644 --- a/ext/CatalystGraphMakieExtension/rn_graph_plot.jl +++ b/ext/CatalystGraphMakieExtension/rn_graph_plot.jl @@ -60,7 +60,7 @@ function gen_distances(g::SRGraphWrap; inc = 0.2) end """ - PetriNet(rn::ReactionSystem) + plot_petrinet(rn::ReactionSystem) See the documentation for [`plot_network`](@ref). """