Here is a gvpr script that will give a different, rounded look to ortho (splines=ortho) edges.
“Before” version:
Command line:
dot/neato/... myFile.gv | gvpr -cf roundedOrtho.gvpr | neato -n2 -T...
Another:
Enjoy
Here is a gvpr script that will give a different, rounded look to ortho (splines=ortho) edges.
“Before” version:
Command line:
dot/neato/... myFile.gv | gvpr -cf roundedOrtho.gvpr | neato -n2 -T...
Another:
Enjoy
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.