drawUnits - actually renders a new plot on the unit display

USAGE

      drawUnits [<cell-size> [<cell-spacing>]]

DESCRIPTION

This command takes the layout described with prior plotRow and plotAll commands and draws the network on the Unit Viewer. Opening or refreshing the Unit Viewer invokes this command.

If cell-size is given, it determines the size of the unit rectangles in the display and sets the network's unitCellSize field. Otherwise, this field is used as the default. The initial default is 14.

If cell-spacing is given, it determines the spacing between unit cells and sets the network's unitCellSpacing field. Otherwise, this field is used as the default. The initial default is 2.

EXAMPLES

To render the current layout using units of size 12 with no blank space between them:

    lens> drawUnits 12 1

SEE ALSO

resetPlot, plotRow, plotAll, autoPlot, viewUnits


Last modified: Wed Nov 15 11:08:58 EST 2000