This repository consist of two files,
- test.csv: which is the input data (adjecency matrix)
- run_this.py: this file can create graphs based on the adjecency matrix provided
Dependencies: Following python packages will be required to run this code
- pandas:
pip install panda - networkx:
pip install networkx - matplotlib:
pip install matplotlib
On running run_this.py file, a test.edgelist file will be generated which is edgelist formed from the adjecency matrix.
Download this repository, navigate to the downloaded directory and run the following command
python run_this.py