quickgraph icon indicating copy to clipboard operation
quickgraph copied to clipboard

Graph Data Structures And Algorithms for .NET

Results 3 quickgraph issues
Sort by recently updated
recently updated
newest added

I think this package is a valuable addition to the .Net ecosystem, but I also believe it could use some love in terms of API user-friendliness, support for .net standard/.net...

GraphvizColor contains: ` public byte A { get { return this.a; } } public byte R { get { return this.a; } } public byte G { get { return...

I noticed this problem today but then found that it already had been reported here: https://quickgraph.codeplex.com/workitem/25880 The summary is: > If I export an undirectedgraph into graphviz, the edges will...