WestHealth / pyvis

Python package for creating and visualizing interactive network graphs.
http://pyvis.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
984 stars 165 forks source link

Edge filter doesn't work with multiple edges #291

Open marielouiseferguson opened 3 months ago

marielouiseferguson commented 3 months ago

Hello,

I am working with a multi directed graph. When trying to filter on edges from a node, edges with both directions (to/from the node) come up.

I'm not sure if this can be changed or what the logic behind the filtering is, if anyone could provide some clarification.

Thanks