Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Charting a single data set
Message
From
07/12/2010 10:58:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Charting a single data set
Miscellaneous
Thread ID:
01491993
Message ID:
01491993
Views:
84
Hi Al,

A long time ago I read about a technique for creating x,y data from a single data set of data. The technique used went something like below. A data point is denoted by dn where n is point 1, 2, 3 ... n

1) Use d1 for X and d2 for Y. Then plotted that point on a scatter chart.
2) Use d2 for the next X and d3 for the next Y. Then plot that on the scatter chart.
3) Use d3 for the next X and d4 for the next Y. Then plot that on the scatter chart.
...
...
N) Use dn-1 for the next X and dn for the next Y. Then plot that on the scatter chart.

Does anyone have any insight or further reading/info on this technique?
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Next
Reply
Map
View

Click here to load this message in the networking platform