| Hideo Fujii
 
                USA1582 Posts
 | 
                    
                      |  Posted - 05/07/2002 :  11:20:36 AM           
 |  
                      | Not sure this satisfies you, or not, but you can try. 
 1) Sort the worksheet by A(X) as the first key, and B(Y)as the secondary key.
 2) Insert a null row between rows wheere the value of A(X) changes.
 3) Plot Symbol+Line graph.
 
 In your case, you can plot the following:
 
 A(X)   B(Y)
 1	2
 1	4
 1	6
 --	--
 2	6
 2	8
 2	9
 --	--
 3	2
 --	--
 4	5
 
 Too simplistic?
 
 --Hideo
 
 P.S.  Could anybody kindly provide a script or an OriginC code to do above procedure automatically, especially the inserting null rows part?
 
 Edited by - Hideo Fujii on 05/07/2002  14:27:07
 |  
                      |  |  |