Function Reference: RTree.postscript

RTree: postscript (io_arg, style, axis, extent, margin)

Create a PostScript plot of the RTree instance.

io_arg

A path, or writable text stream (as returned by fopen);

style

An instance of the RTreeStyle class describing the fill colour and stroke width and colour for each level of the tree.

axis

The axis to which the extent variable is to be applied, one of "height" or "width" (default "width");

extent

The size of the output plot on the specified axis in units of PostScript point, 1/72 inch, (default 216 is 3 inches);

margin

Extra space around the plot in units of PostScript point, (default 0).

See also: RTreeStyle