Skip to content
Eric Ma edited this page Feb 22, 2015 · 1 revision

Welcome to the hiveplot wiki!

Introduction

The intent behind the hive plot utility is to provide an easy way for NetworkX users to plot hive plots.

Design Goals

  1. Hide all the complex geometric transforms involved in drawing hive plots.
  2. Make it easy for a user to pass in network data to be plotted.

Todo List:

  1. Allow a user to plot a hive plot from a NetworkX Graph/DiGraph/MultiDiGraph object.
    1. Currently a user must manually and separately sort the node data.
    2. Would be nice if a user could simply pass in a nx graph object, while:
      1. Specifying a function for sorting the data.
      2. Specifying the node attribute which will be used to group the nodes.

Clone this wiki locally