pyvis icon indicating copy to clipboard operation
pyvis copied to clipboard

Multiple loops fail to display on the same vertex

Open rossheat opened this issue 3 years ago • 0 comments

net = Network()
net.add_node('A')
net.add_edge('A', 'A')
net.add_edge('A', 'A')
net.show('a.html')

Produces: Screenshot 2022-09-12 at 19 28 50

Rather, two loops should be displayed.

pyvis version 0.2.1

rossheat avatar Sep 12 '22 18:09 rossheat