-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Eric Ma edited this page Feb 22, 2015
·
1 revision
Welcome to the hiveplot wiki!
The intent behind the hive plot utility is to provide an easy way for NetworkX users to plot hive plots.
- Hide all the complex geometric transforms involved in drawing hive plots.
- Make it easy for a user to pass in network data to be plotted.
- Allow a user to plot a hive plot from a NetworkX Graph/DiGraph/MultiDiGraph object.
- Currently a user must manually and separately sort the node data.
- Would be nice if a user could simply pass in a nx graph object, while:
- Specifying a function for sorting the data.
- Specifying the node attribute which will be used to group the nodes.