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

Node shapes from file #213

Open adiaz201 opened 1 year ago

adiaz201 commented 1 year ago

Hello, This is a great library and I've been tweaking it a lot. I've been trying to get the node shapes from the csv I use as a nodelist. I use NetworkX to build the graph. When I check net.nodes I see the 'shape' property but it defaults to 'dot' Is there a way I can load the node property into pyvis from a csv or dataframe? Thanks!