We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73254a9 commit c018934Copy full SHA for c018934
src/Catalyst.jl
@@ -144,8 +144,6 @@ include("latexify_recipes.jl")
144
145
# for making and saving graphs/plots
146
include("plotting.jl")
147
-include("graphs.jl")
148
-export Graph, savegraph, complexgraph
149
150
# for creating compounds
151
include("chemistry_functionality.jl")
@@ -167,7 +165,7 @@ export hc_steady_states
167
165
function make_si_ode end
168
166
export make_si_ode
169
170
-# GraphMakie
+# GraphMakie: functionality for plotting species-reaction graphs and complexes
171
function plot_network end
172
function plot_complexes end
173
export plot_network, plot_complexes
0 commit comments