ismap ( graph path -- ) (original) (raw)

Vocabulary
graphviz.render

Inputs

graph a graph
path a pathname string

Outputs
None

Word description
Invokes graphviz* with "ismap" supplied as the output format. That is, the following two lines are equivalent:

graph path "ismap" graphviz* graph path ismap

See also
bmp, canon, dot-file, xdot, cmap, eps, fig, gd, gd2, gif, ico, imap, cmapx, imap_np, cmapx_np, jpg, jpeg, jpe, pdf, plain, plain-ext, png, ps, ps2, svg, svgz, tif, tiff, vml, vmlz, vrml, wbmp, webp

Definition

IN: graphviz.render

: ismap ( graph path -- ) "ismap" graphviz* ;