Skip to main content
Module

x/graphviz/mod.ts>attribute.label_scheme

🦕 Simple Graphviz library for Deno.
Latest
variable attribute.label_scheme
import { attribute } from "https://deno.land/x/graphviz@v0.2.1/mod.ts";
const { label_scheme } = attribute;

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.

type

"label_scheme"