Skip to content

Commit c018934

Browse files
committed
rm graphs.jl include
1 parent 73254a9 commit c018934

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Catalyst.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ include("latexify_recipes.jl")
144144

145145
# for making and saving graphs/plots
146146
include("plotting.jl")
147-
include("graphs.jl")
148-
export Graph, savegraph, complexgraph
149147

150148
# for creating compounds
151149
include("chemistry_functionality.jl")
@@ -167,7 +165,7 @@ export hc_steady_states
167165
function make_si_ode end
168166
export make_si_ode
169167

170-
# GraphMakie
168+
# GraphMakie: functionality for plotting species-reaction graphs and complexes
171169
function plot_network end
172170
function plot_complexes end
173171
export plot_network, plot_complexes

0 commit comments

Comments
 (0)