[gentoo-user] Can I do this with GNUPLOT?

2005-09-22 Thread Hareesh Nagarajan
Hi All: Suppose I have 2 files, the first file's contents are (0, 100) and the second file's contents are (0, 50). Now, can I make GNUPLOT plot a graph with the average, i.e. (0, 100+50/2)? Sure, I could create a third file which stores the average (0, 75) and I could just plot the third file

Re: [gentoo-user] Can I do this with GNUPLOT?

2005-09-22 Thread Willie Wong
On Thu, Sep 22, 2005 at 01:38:35PM -0500, Hareesh Nagarajan wrote: Suppose I have 2 files, the first file's contents are (0, 100) and the second file's contents are (0, 50). Now, can I make GNUPLOT plot a graph with the average, i.e. (0, 100+50/2)? Sure, I could create a third file which

Re: [gentoo-user] Can I do this with GNUPLOT?

2005-09-22 Thread Bryan Whitehead
This is a bit offtopic... maybe the gnuplot mailinglist? http://www.lns.cornell.edu/public/COMP/info/gnuplot/gpltinfo_1.html On Thu, 22 Sep 2005, Hareesh Nagarajan wrote: Hi All: Suppose I have 2 files, the first file's contents are (0, 100) and the second file's contents are (0, 50). Now,

Re: [gentoo-user] Can I do this with GNUPLOT?

2005-09-22 Thread Hareesh Nagarajan
On 9/22/05, Willie Wong [EMAIL PROTECTED] wrote: the problem needs to be specific because I have no idea what you are thinking of: So I have the following files: rate1.txt, rate2.txt, ..., rateN.txt rate1.txt has the following contents: 0 5 1 10 2 11 3 12.5 ... ... rate2.txt has the