# @(#)gr.nsl 1.1 12/8/92 # # file : gr.nsl # # Graphics configuration. # # Andrew H. Fagg # Center for Neural Engineering # Computer Science Department # University of Southern California # Henry Salvatori #300 # Los Angeles, CA 90089-0781 # # ahfagg@pollux.usc.edu # # #nsl load gr/columns #nsl load gr/input #nsl load gr/motor #nsl load gr/s #nsl load gr/threshold #nsl load gr/temporal nsl create window_interface nsl create display_frame .columns nsl create display_window .columns.inputs -width 600 -height 200 -graph area_level_graph \ -layer CondLearnModel.condLearn.feature.inputsf -wymin 0 -wymax 1 -grid NSL_ON nsl create display_window .columns.feature -width 600 -height 200 -graph area_level_graph \ -layer CondLearnModel.condLearn.feature.feature -wymin 0 -wymax 1 -grid NSL_ON nsl create display_window .columns.voting -width 600 -height 200 -graph area_level_graph \ -layer CondLearnModel.condLearn.vote.voting -wymin 0 -wymax 1 -grid NSL_ON