|
From: Mark S. <Mar...@hp...> - 2009-07-07 11:17:18
|
I think I understand what's happening but I'm wondering if there are any 'tricks' to get around this. I have 2 files that represent 2 days worth of data I want to plot with data samples 10 seconds apart. The first plot ends at 00:00:50 and the second starts at 00:01:00 and my plot command is of the form: plot file1using, file2 using As expected I get one line that ends at 00:00:50 and a second that begins at 00:01:00 and I'm wondering if there might be some way to get gnuplot to treat this a one contiguous file. If there is a 'trick', could you let me know if it will work for all recent versions of gnuplot, say from 4.0 forward, or would I need the latest version? thanks in advance, -mark |