Skip to content

Commit

Permalink
Update ext/CatalystGraphMakieExtension.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
vyudu and isaacsas authored Nov 16, 2024
1 parent 21237a8 commit 794fb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/CatalystGraphMakieExtension.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module CatalystGraphMakieExtension

# Fetch packages.
using Catalyst, GraphMakie, Graphs
import Catalyst: lattice_plot, lattice_animation, extract_vals, get_variables!
using Catalyst, GraphMakie, Graphs, Symbolics
using Symbolics: get_variables!
import Catalyst: species_reaction_graph, incidencematgraph

# Creates and exports graph plotting functions.
Expand Down

0 comments on commit 794fb04

Please sign in to comment.