|
From: Jon <dev...@gm...> - 2011-04-21 20:19:09
|
Dear All,
I am using wgnuplot under win xp and need to plot merging two files. So I
issued
p '< paste file1 file2' u 1:2 w l
the wgnuplot system complains
warning: Skipping unreadable file "< paste fort1 fort2"
No data in plot
the same command seems to work fine under linux, thus I am thinking that '<
paste file1 file2' needs to be executed under linux, so windows failed on
this command,
Thanks for opinions,
Sincerely,
Jon
|