imap_np ( graph path -- )
Rendering Graphviz output ยป Rendering graphs by output format

Prev:cmapx ( graph path -- )
Next:cmapx_np ( graph path -- )


Vocabulary
graphviz.render

Inputs
grapha graph
patha pathname string


Outputs
None

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


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

Definition

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