my eye

Reverse arrows in and flip graph of dependency graphs

Committed 3df7bb

--- a/gmpg/analysis.py
+++ b/gmpg/analysis.py

             "pydeps",
             project_name,
             "--no-show",
+            "--reverse",
+            "--rankdir",
+            "BT",
             "--pylib",
             "-o",
             "deps.svg",