Skip to content

miangangzhen/relation_net_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Relation net visualization

Visualization for network data structure.

Example

Here is an example.

An example

Prepare data

Step 1.

Assume we have a network with nodes and edges.

We need transform it to a map(python dict), like that:

relationMap = {
    "Y-K": 97,
    "T-J": 99,
    ...
}

Reference: src/main.py getRelationDict()

Step 2.

Run script in src/main.py prepareGraph() to build a json file to render html.

Step 3.

Please use script in src/run_server.py to start a server. And finally we can show it in a Browser.

About

Visualization of relation network. It is a small demo used in project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors