Skip to main content
Module

x/graphviz/mod.ts>attribute.page

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

Width and height of output pages, in inches. If only a single value is given, this is used for both the width and height.

If this is set and is smaller than the size of the layout, a rectangular array of pages of the specified page size is overlaid on the layout, with origins aligned in the lower-left corner, thereby partitioning the layout into pages. The pages are then produced one at a time, in pagedir order.

At present, this only works for PostScript output. For other types of output, one should use another tool to split the output into multiple output files. Or use the viewport to generate multiple files.

type

"page"