Skip to content
forked from abureyanahmed/CG

map4sci Compactness Guided Layout

Notifications You must be signed in to change notification settings

cns-iu/map4sci-CG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZMLT Compactness-Guided Layout

Setup

Prerequisite: install node.js v16+√

npm ci
npm run fix-jiggle

Initialization

argument-1 inputfile: dot formated file which is the network
argument-2 outputfile: csv file which will be the input for the Algorithm

eg: python3 src/initialization/initialize-layout.py inputFile(.dot)  outputFIle(.csv)

Input Data

The csv file generated from initialization will be the input

Running

npm run cg inputfile(.csv) outputfile(.tsv)

Output Data

Outputs graph coordinates to form a network

Additional Tips

for large data include NODE_OPTIONS="--max-old-space-size=8192 this will help preventing the error due to memory issues

About

map4sci Compactness Guided Layout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%