DotNetGraph
DotNetGraph copied to clipboard
Create GraphViz DOT graph with .NET / C#
As far as I can tell, this doesn't support records? Is that correct? I could only manage half a workaround; by using a custom "record" shape, and a manually encoded...
I am not comfortable shipping assemblies that are not signed, since solutions using such assemblies are more prone to attacks. From OpenAI: Signing assemblies is a way to ensure the...
I would like to cover next case which I'm actively use to minimize the dot files: ```dot digraph name { fontsize=48 bgcolor="transparent" rankdir=LR; node [shape=box, style="rounded,filled", fillcolor="#333333", fontcolor="#ffffff"]; {node [fillcolor="#952877";...
Hi there! I have a very disconnected graph and am looking for a good way to use less horizontal space. Graphviz has a [CLI tool called `unflatten`](https://graphviz.org/docs/cli/unflatten/) that adds invisible...