Hi Helen, > I have composed a simple code (see below) to do 2D scatter, but I see no data > points on the screen marked by the defined shape square. Can anyone tell me > what I did wrong in the folowing code? Switch the order of setShapes() and setShapeSet(), so it is: shape_control.setShapeSet(count_set); shape_control.setShapes(shapes); Cheers, Bill
visad
archives: