Skip to content

A Java application that uses the Graphviz engine to render graphic visualizations of networks of people.

License

Notifications You must be signed in to change notification settings

srichs/NetworkVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Visualization Tool

The Network Visualization Tool is used to visualize networks of people. It is written in Java and makes uses the Graphviz graph visualization application to visualize a network. The network is created using a GUI, where the user can add, remove, or edit nodes. Several options are allowed for using different Graphviz layouts as well as image export. A list of the nodes can be exported in .csv format so that it can be referenced with the image output.

other/image.png

other/nodes.png

Saving and Opening Files

Files can be saved with a .nv extension. These files can also be opened with the application. There is a file included in the 'other' folder called practice.nv which includes the graph below:

other/practice.png

Dependencies

This application requires Graphviz to run and it makes use of the graphviz-java-api to create the output images for display and export. The graphviz-java-api is included in this repository.

About

A Java application that uses the Graphviz engine to render graphic visualizations of networks of people.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages