Other Resources#

Quick example datasets for use in hiveplotlib.

For Hive Plots, many excellent network datasets are available online, including many graphs that can be generated using networkx and pytorch-geometric. The Stanford Large Network Dataset Collection is also a great general source of network datasets. If working with networkx graphs, users can also take advantage of the hiveplotlib.converters.networkx_to_nodes_edges() method to quickly get those graphs into a hiveplotlib-ready format.

For Polar Parallel Coordinates Plots (P2CPs), many datasets are available through packages including statsmodels and scikit-learn.