Skip to main content
Module

x/graphviz/mod.ts>attribute.layout

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

Specifies the name of the layout algorithm to use, such as "dot" or "neato". Normally, graphs should be kept independent of a type of layout. In some cases, however, it can be convenient to embed the type of layout desired within the graph. For example, a graph containing position information from a layout might want to record what the associated layout algorithm was.

type

"layout"