You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using version v0.5.7 to plot a tree graph. And I find that if I set edgelabel, it will change the values inplace.
For example:
julia> g
5×5 Matrix{Int64}:0100100110000000000000000
julia> n
5-element Vector{String}:"A""B""-""+""-"
julia> e
Dict{Any, Any} with 1 entry:
(1, 2) =>"+"
Hi, I'm using version
v0.5.7
to plot a tree graph. And I find that if I setedgelabel
, it will change the values inplace.For example:
After running
graphplot
,e
's value is changed:Is this expected?
I also experience the same issue as #155
Right now I have to use
curves=false
The text was updated successfully, but these errors were encountered: