Skip to content

xehoth/VisualGraphviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisualGraphviz

Preview and export graphs & Automatically draw a [weighted] [directed] graph, based on graphviz.

You can also see Chinese Version here.

Install

Download

You can find release software on release page.

Install Graphviz & Java

Before using VisualGraphviz, you should install Graphviz and Java.

Then set them to your system environment.

Usage

  • Click paint or Press Ctrl-p to draw the graph.
  • Click export to export the graph.
  • Select hasWeight if the graph is weighted.
  • Select isDirected if the graph is directed.
  • Input the node of the graph like u, v, w.
  • Enable / Disable autoPainting & saveLastData in config.

The exported image is export.xxx, the program will also create tmp.png and tmp.dot, you can just ignore them.

Preview

Preview

Todo

  • Optimize the time while painting.
  • Optimize UI.
  • Preview more styles that can export.