Skip to content

Commit 794fb04

Browse files
vyuduisaacsas
andauthored
Update ext/CatalystGraphMakieExtension.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 21237a8 commit 794fb04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/CatalystGraphMakieExtension.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module CatalystGraphMakieExtension
22

33
# Fetch packages.
4-
using Catalyst, GraphMakie, Graphs
5-
import Catalyst: lattice_plot, lattice_animation, extract_vals, get_variables!
4+
using Catalyst, GraphMakie, Graphs, Symbolics
5+
using Symbolics: get_variables!
66
import Catalyst: species_reaction_graph, incidencematgraph
77

88
# Creates and exports graph plotting functions.

0 commit comments

Comments
 (0)