- To: Helen Yi <y.yi@xxxxxxxxxxxxx>
- Subject: Re: scatter plot and mark each data point with a shape
- From: Bill Hibbard <billh@xxxxxxxxxxxxx>
- Date: Wed, 2 Apr 2003 13:15:36 -0600 (CST)
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
- References:
- Re: scatter plot and mark each data point with a shape
- From: Helen Yi
- Re: scatter plot and mark each data point with a shape