grandalf icon indicating copy to clipboard operation
grandalf copied to clipboard

graph and drawing algorithms framework

Results 12 grandalf issues
Sort by recently updated
recently updated
newest added

Hi, I did test on my project, and it seems grandalf will do the job. The only thing I was not able to find out in documentation is drawing graph...

https://pypi.org/project/grandalf/#files

Any chance you would implement the above?

Deprecation warnings are raised due to invalid escape sequences. This can be fixed by using raw strings or escaping the literals. pyupgrade also helps in automatic conversion : https://github.com/asottile/pyupgrade/ ```...

This is important for source-preferred distributions like NixOS. https://github.com/NixOS/nixpkgs/pull/54403 The tests should be in the source distribution so they can be executed.

Not entirely obvious how to patch Grandalf to draw to a file,.

We use Grandalf in our project of Nengo GUI and one of the things we're starting to check for is PEP8 compliance. It would be cool if Grandalf would obey...

well for the Linux platform its ok, but I've tested on OSX and an exception is raised at default depth (1000) without taking into account the setrecursionlimit call. This means...