Hi Everybody,
This may seem like an odd question but....
When displaying data on a screen in a graphical format I have seen programs that plot a datapoint every second ... for easy math lets say they collected data for one hour (3600 datapoints) and to keep it even easier lets say the data is all the same value. They give you the option to view the data in different time setups: 5 minutes, 30 minutes or all the data at one time.
Here is my question ...
If you select the option that shows you ALL the data (3600 datapoints) how are they displaying this info on the screen ...
For example: On my system I have the screen setup to 1024 x 768.
This means I have 1024 pixels I can turn on (in one line). Since all the datapoints are the same value I should end up with a straight line BUT how can I display more than 1024 datapoints?
Does anyone have a clue as to how this is done ?
Thanks,
Jeff