Skip to content

Instantly share code, notes, and snippets.

@textarcana
Created February 9, 2018 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save textarcana/f76d4fa5a1f1828e45c917004f3203f8 to your computer and use it in GitHub Desktop.
Save textarcana/f76d4fa5a1f1828e45c917004f3203f8 to your computer and use it in GitHub Desktop.
graphviz defining more "defaults" - Stack Overflow https://stackoverflow.com/questions/8195642/graphviz-defining-more-defaults
echo '
E {
color="red";
fontsize=11;
fontname="Arial narrow"
}
E[edgetype == "edge2"] {
color="green";
fontsize=11;
fontname="Arial narrow";
style="bold"
}
E[edgetype == "edge3"] {
color="blue";
fontsize=14;
fontname="Arial narrow"
}
' > filter.gvpr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment