Graph Viewer is a small program I designed to help whoever might want to draw or work on graphs.
It respects a personal MVC design pattern and it only waits to be upgraded !
Features
- Load several graph formats
- Save in several image formats
- History
Install
- Download .jar file
-
Windows
- Create a .bat file next to the downloaded jar (or use the absolute path to it):
java -jar GraphViewer.jar
- Put a link to this script wherever you want
- Create a .bat file next to the downloaded jar (or use the absolute path to it):
-
Unix
- Create a .sh file next to the downloaded jar (or use the absolute path to it):
#!/bin/sh java -jar GraphViewer.jar
- Put a link to this script wherever you want
- Create a .sh file next to the downloaded jar (or use the absolute path to it):
Go and see my git repository for this project !