This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Implementation of the layered layout for DAGs. | |
By Adrien Luxey, April 2021. | |
Licence: public domain | |
TODO: | |
* Handling disconnected components | |
* Layer width minimization | |
* Handle scale and center parameters |