A tool to 3d render a network from a csv file
- vispy
- numpy
- matplotlib
Python >= 3.6 is required.
Each row of the csv file should have its items in the following order:
- node name
- x-coordinate
- y-coordinate
- z-coordinate All elements after these will be node names of connected nodes.