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

Prev:tiff ( graph path -- )
Next:vmlz ( graph path -- )


Vocabulary
graphviz.render

Inputs
grapha graph
patha pathname string


Outputs
None

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


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

Definition

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