]> granicus.if.org Git - graphviz/commitdiff
More items
authorEmden R. Gansner <erg@alum.mit.edu>
Mon, 3 Feb 2014 16:23:55 +0000 (11:23 -0500)
committerEmden R. Gansner <erg@alum.mit.edu>
Mon, 3 Feb 2014 16:23:55 +0000 (11:23 -0500)
doc/todo.html

index a3c6e95ca3cba2b26133982b2c292b79bbe219c8..017dc69e3582a8a673a4cc7dbc928aa39c3da030 100755 (executable)
@@ -33,6 +33,8 @@ to control attributes.
 <li>
 Combine the features of sfdp and fdp (e.g., clusters and fixed nodes).
 <li>
+Improve the mincross algorithm to better handle flat edges and edge weights.
+<li>
 Simplified mincross algorithm based on sifting, supporting clusters.
 <li>
 Implement swim lanes (nodes sharing x coordinate), possibly based on sifting.
@@ -74,6 +76,8 @@ Allow ranksep to be an array of values in dot.
 <li>
 Allow mixed edge types within the same graph.
 <li>
+Allow varied rankdir values within clusters.
+<li>
 Allow varied layouts within clusters.
 <li>
 Improve Spline router, e.g., fewer inflection points).