The Complete SPRLIB & ANNLIB

draw_frame

- draw a 3D block (LOCAL)

SYNOPSIS

void draw_frame (stream, xmin, xmax, ymin, ymax, zmin, zmax, options)

ARGUMENTS

FILE *stream The pipe to graph.
int xmin The minimum x-coordinate.
int xmax The maximum x-coordinate.
int ymin The minimum y-coordinate.
int ymax The maximum y-coordinate.
int zmin The minimum z-coordinate.
int zmax The maximum z-coordinate.
int options A flag of type KOHONEN-DRAW-flags.

RETURNS

Nothing.

FUNCTION

This function writes the commands to display one 3D-block to stream. The file stream should be a pipe to graph, the Unix shell command to display graphs. If the KOH_AXES is set in options, axes will be drawn. If KOH_COORDINATES is set, the coordinates will be displayed. The other two KOHONEN-DRAW-flags are not used here.

SEE ALSO

koh_weight_draw

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998