|
From: Loïc <xl...@fr...> - 2008-07-22 21:25:16
|
Hello everyone I have to use table terminal mode to recover the coordinates from a plotted function with decreasing X. Example: I want to plot the function f(x)=x^2 between 0 and 10 I want the coordinates from x=10 to x=0 ------------------------------------ The commands I wrote: set table "out" set xrange [0:10] reverse plot x**2 ------------------------ Then I edit the file called "out" but the first lines are: 0 0 i 0.10101 0.010203 i 0.20202 0.0408122 i 0.30303 0.0918274 i 0.40404 0.163249 i 0.505051 0.255076 i 0.606061 0.367309 i 0.707071 0.499949 i 0.808081 0.652995 i 0.909091 0.826446 i 1.0101 1.0203 i .............. Hence, x are in increasing mode, and not decreasing as I wish. Is it a bug ? If it isn't, how can I release what I want? Thanks in advance Best regards Loïc |