> If you really want to open a second frame just type: > pl.figure() > This creates a second frame and subsequent plots will go there; note, > however, that you can't go back to the first frame. not right...use pl.figure(1) to go back to first frame ! Kumar