Origin does not support plotting the same column into the same graph layer, which I suspect is what you are trying to do. You will need to add a second layer, or use another column to specify the symbols for your subsets. For example, the following data will plot the same column using two different symbols,
A(x) B(y) C(y)
1 10 1
2 11 1
3 12 0
4 13 0
5 14 2
6 16 2
if you plot col(B) and choose from Plot Details to use Col(C) as your symbol shape.
CP
Edited by - cpyang on 03/09/2004 05:03:00 AM