WestHealth / pyvis

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

Clustering nodes with same labels? #254

Open Bradleywcfeng opened 9 months ago

Bradleywcfeng commented 9 months ago

Hi,

I'm trying to use pyvis to visualize the data points in my datasets, and I would like to generate several clusters based on the labels of these data points. And I was wondering if there's a specific way to do that. Thanks!