CP is suggesting that you use the values in a data set -- in this case Col(C) -- to determine your symbol color, shape, etc. So, for example, using CP's data set:
A(X) B(Y) C(Y)
1 10 1
2 11 1
3 12 0
4 13 0
5 14 2
6 15 2
1. Select Col(B) and create your 2D plot (symbol or line+symbol -- won't work with line plot).
2. From the menu, choose Format:Plot.
3. On the Symbol tab, click the Symbol Color button, then choose Indexing: Col (C).
-> Symbol color for data point i in Col(B) is now determined by the color index value in row i of Col(C).
4. To set symbol shape or fill by data set, select the Show Construction check box and choose a data set from the Shape or Interior drop down lists.
For more information, please see these Origin 7. 5 Help file topics:
>> Using Data Sets as a Plotting Enhancement
>> Using Values in a Data Set to Control Data Plot Color
I hope this helps.
Mike Genthner
Documentation Specialist
OriginLab
Edited by - Mike on 03/09/2004 4:06:02 PM![]()
Edited by - Mike on 03/09/2004 4:14:10 PM
Edited by - Mike on 03/11/2004 09:20:07 AM