I have some data that is a series of endpoints for the lines in x0, y0, x1, y1
format.
for example :
x0 y0 x1 y1
-----------------------
1.0, 1.1, 2.0, 1.0
2.0, 1.0, 2.0, 2.0
2.0, 2.0, 1.0, 2.0
1.0, 2.0, 1.0, 1.0
I don't need any axis data, text titles, or page numbers. I can scale the data up or down or add a fixed offset if required.
How would I convert this data to a file that can be printed on a sheet of 8.5 x 11 paper?