I am interested in writing a program that draws several scatter plots, (x vs. y with the axis etc.) I already have the program written to generate the data in arrays lets call them x1[], y1[], y2[]. What I would like to do is have the output go to several windows. For example 16 windows each with 16 sets of data plotted. I need some help with how I would set up a scatter plot in a graphical window in the first place, and generating multiple graphics windows. Thanks in advance,

nn3a