I've been trying to draw a graph with a series of X,Y points in TikZ, but it won't accept my points so I'm seeking an alternative package that might handle scaling a bit better. The kind of points i've been trying to graph are imported from a text file and look something like:
0 -5181.542311
0.001388889 -5180.244522
0.002777778 -5176.351945
0.004166667 -5169.866943
0.005555556 -5160.793459
0.006944444 -5149.137011
0.008333333 -5134.904699
0.009722222 -5118.1052
0.011111111 -5098.748774
...
Any ideas on suitable alternatives for this kind of data?
