[Suggestion] Colors coding
Closed this issue · 2 comments
cristianvogel commented
I found that because graphviz is often merging edges (cables) into the same line , it can be difficult to see which signal is being patched where at the end.
I found that I can untangle this easiest using the color attribute (and svg text color labels) in graphviz, but perhaps it could be useful to have it the markup too?
- Metropolis (Pitch) p> Braids (1v/oct) :blue
icaroferre commented
Yeah, I agree this would be a nice addition. I've been thinking about adding option arguments to the connections and comments which could be used for specific problems like that.
So, instead of :blue, it'd be something like:
Metropolis (Pitch) p> Braids (1v/oct) [color = "blue"]
icaroferre commented
Added support for colors as extra arguments: 89ffe26