Round-off ortho edges

Here is a gvpr script that will give a different, rounded look to ortho (splines=ortho) edges.
unix.rnd

“Before” version:
unix

Command line:
dot/neato/... myFile.gv | gvpr -cf roundedOrtho.gvpr | neato -n2 -T...

Another:
e2b4.rnd

Enjoy

4 Likes

This looks good! I’m continually shocked what you’re able to do with gvpr

Thanks. I’m surprised too.
I believe I am correct that any/all of my programs could have been written in any language that has a library interface to Graphviz. I’ve just chosen gvpr - for better and worse.

Anyway, rounded edges look kind of cool.