|
From: Thomas S. <t.s...@fz...> - 2011-09-30 12:36:19
|
Gabor Urban <urbangabo <at> gmail.com> writes: > I have a problem for which I could not find solution. I am to make > plots from data file containing emasurment - calculated data in form: > x, y1, y2 > where y1 and y2 values belong to the same x value. > I want to have all point on the very same plot but multiplot is not > what I require. Is there an idea how can I do it? plot 'datafilename' using 1:2, '' using 1:3 |