Skip to content

Commit b8493cf

Browse files
authored
Make edgelabels work when there are no nodelabels (#76)
1 parent 1e54df2 commit b8493cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/graphs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ end
626626
markersize := 0
627627
markeralpha := 0
628628
end
629+
!isnothing(edgelabel) && (annotation := edge_label_array)
629630
end
630631
else
631632
@assert !_3d # TODO: make this work in 3D

0 commit comments

Comments
 (0)