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
paint
or PressCtrl-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.
- Optimize the time while painting.
- Optimize UI.
- Preview more styles that can export.