Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Graph_LabelScheme

mattt edited this page Nov 16, 2020 · 2 revisions

Graph.LabelScheme

label_scheme The value indicates whether to treat a node whose name has the form |edgelabel|* as a special node representing an edge label. The default (0) produces no effect. If the attribute is set to 1, sfdp uses a penalty-based method to make that kind of node close to the center of its neighbor. With a value of 2, sfdp uses a penalty-based method to make that kind of node close to the old center of its neighbor. Finally, a value of 3 invokes a two-step process of overlap removal and straightening.

public enum LabelScheme
int    0    0    sfdp only

Inheritance

Hashable, Int

Enumeration Cases

`default`

case `default`

one

case one

two

case two

three

case three
Clone this wiki locally