Skip to content

Commit 3656db5

Browse files
committed
fix typo
1 parent f903952 commit 3656db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/CatalystGraphMakieExtension/rn_graph_plot.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function Catalyst.plot_complexes(rn::ReactionSystem; show_rate_labels = false, k
246246
graphplot(cg;
247247
layout,
248248
edge_color = edgecolors[rxorder],
249-
elabels = show_edge_labels ? edgelabels[rxorder] : [],
249+
elabels = show_rate_labels ? edgelabels[rxorder] : [],
250250
ilabels = complexlabels(rn),
251251
node_color = :skyblue3,
252252
elabels_rotation = 0,

0 commit comments

Comments
 (0)