diff options
Diffstat (limited to 'math/py-grandalf/pkg-descr')
-rw-r--r-- | math/py-grandalf/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/py-grandalf/pkg-descr b/math/py-grandalf/pkg-descr new file mode 100644 index 000000000000..c6cc12335ca3 --- /dev/null +++ b/math/py-grandalf/pkg-descr @@ -0,0 +1,7 @@ +Grandalf is a python package made for experimentations with graphs drawing +algorithms. It is written in pure python, and currently implements two layouts: +the Sugiyama hierarchical layout and the force-driven or energy minimization +approach. While not as fast or featured as graphviz or other libraries like OGDF +(C++), it provides a way to walk and draw graphs no larger than thousands of +nodes, while keeping the source code simple enough to make it possible to easily +tweak and hack any part of it for experimental purpose. |