Skip to content

WangYC-99/Graph_Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graph Visualization via pyecharts

by WangYC_99

@NWPU changan Jan.18th 2022

1. environment

python=3.6

pac version
pip 21.2.2
pyecharts 1.9.1
xlrd 1.2.0
simplejson 3.17.6

2. usage

  1. clone or download the repositry
git clone https://github.com/Frederick-the-Fox/Graph_Visualization.git
  1. Put your xlsx file at the project dir
.
├── data.xlsx
├── readExcel.py
├── readme.md
└── visualize.py
  1. parse the xlsx file and create the json file
python readExcel.py 
  1. use the json file to create the javascript Graph
python visualize.py

END

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages