Biliards wrote:
> I would like create graph about this plot, but into xy cartesian graph where
> x is a circle and not a infinity line. so x=10000 is first of x=1.. because
> they are in a circle..
That description is still almost self-contradictory, but maybe I
understood it this time. Looks like you're looking for 'help polar'.
Something like
set polar
set grid polar
plot 'file' using $1/10000.*2*pi, 2
|