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 0d259e1 commit 0a31c19Copy full SHA for 0a31c19
ext/CatalystGraphMakieExtension/rn_graph_plot.jl
@@ -14,7 +14,8 @@ Wrapper intended to allow plotting of multiple edges. This is needed in the foll
14
struct MultiGraphWrap{T} <: Graphs.AbstractGraph{T}
15
g::SimpleDiGraph{T}
16
multiedges::Vector{Graphs.SimpleEdge{T}}
17
- edgeorder::Vector{Int64} # sets the drawing order of the edges. Needed because multiedges need to be consecutive to be drawn properly.
+ """sets the drawing order of the edges. Needed because multiedges need to be consecutive to be drawn properly."""
18
+ edgeorder::Vector{Int64}
19
end
20
21
# Create the SimpleDiGraph corresponding to the species and reactions, the species-reaction graph
0 commit comments