Skip to content
/ gvpp Public

Preprocessor for GraphViz to make creating point graphs easier

Notifications You must be signed in to change notification settings

Symaxion/gvpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation instructions

1) Copy gvpp and gvpp.pl to somewhere in your path
2) Edit gvpp to reflect the path to gvpp.pl

Usage instructions

First write all nodes, then write all edges, e.g, K3 would be:

    1
    2
    3
    1 -- 2
    1 -- 3
    2 -- 3

All additional GraphViz options are supported too, e.g. [label="foo"] would add
"foo" as a label.

Also see the examples in the examples/ directory.

Then, run gvpp myfile.dot . For digraphs, use gvpp -d .

About

Preprocessor for GraphViz to make creating point graphs easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published