Preview and export graphs & Automatically draw a [weighted] [directed] graph, based on graphviz.
You can also see Chinese Version here.
You can find release software on release page.
Before using VisualGraphviz, you should install Graphviz and Java.
Then set them to your system environment.
- Click
paintor PressCtrl-pto draw the graph. - Click
exportto export the graph. - Select
hasWeightif the graph is weighted. - Select
isDirectedif 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.
- Optimize the time while painting.
- Optimize UI.
- Preview more styles that can export.
