Coder Social home page Coder Social logo

pelikhan / quickgraph Goto Github PK

View Code? Open in Web Editor NEW
21.0 7.0 8.0 3.49 MB

Graph Data Structures And Algorithms for .NET

License: MIT License

C# 83.34% Batchfile 0.01% Python 0.01% Smalltalk 15.17% XSLT 1.34% CSS 0.09% JavaScript 0.05%
dotnet-core graph-algorithms

quickgraph's Introduction

quickgraph's People

Contributors

pelikhan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

quickgraph's Issues

status of QuickGraph?

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 core, release mgmt, 'official' nuget package update, ...

@pelikhan, what is the status of this project? There are some forks out there in the mean time, but I'd prefer having a statement from the original/official creator before jumping on any of those... Do you plan to evolve QuickGraph further in the future? Are you looking for help? Let us know!

GraphvizColor bug

GraphvizColor contains:

public byte A { get { return this.a; } } public byte R { get { return this.a; } } public byte G { get { return this.a; } } public byte B { get { return this.a; } }

so all components of color return 'a' value.

GraphvizAlgorithm.WriteEdges(..) does not differ between directed and undirected edges

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 appear in the dot file as:
Vertex1 -> Vertex2
But because of the graph is undirected the output should look like:
Vertex1 -- Vertex2

Because of this the GraphViz dot program will actually throw an error. For the time being I am manually replacing the -> with -- using a string replace before writing to the .dot file.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.