I'm using the pixel(on/off/change) commands for the cursor and am able to select two different points on the screen, I just don't know how to draw a line to connect them.
After a bit of playing around i came to the conclusion that the F-line command graphs a line using co-ordinates according to your graph settings while the pixel commands give co-ordinates in the number of pixels.
So my question is their anyway I would be able to:
- draw a line using pixel co-ordinates
- move the cursor using graph co-ordinates
- convert the co-ordinates from one to the other.