I'm trying to do something like following... I've two data files: file1 and file2 with 2 columns each file1 file2 d1 t1 x1 y1 d2 t2 x2 y2 d3 t3 x3 y3
I want to plot following type information in addition to plotting file1 and file2 on same plot f(d1,x1) f(t1,y1) f(d2,x2) f(t2,y) f(d3,x3) f(t3,y3) where f is not complicated... I know how to plot data from a file, so I can easily create a third file of the data I want and get done with it, but is it possible to do this without creating third file... Any help is appreciated, -Rahul. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
