graph icon indicating copy to clipboard operation
graph copied to clipboard

Allow relabeling and changing layout when calling to_undirected

Open knutwalker opened this issue 1 year ago • 0 comments

  • to_undirected in the Rust API accepts an optional layout, which is not exposed in the Python API
  • Additionally, allow relabelling in the same step
  • Maybe we can extend the Layout enum to smth like { Unsorted, SortedById, SortedByDegree, DeduplicatedById, DeduplicatedByDegree } ?

knutwalker avatar Nov 10 '22 13:11 knutwalker