|
From: Nunzio L. <nun...@gm...> - 2012-07-20 14:29:41
|
Hi everyone, I'm thinking of creating an animated plot. I have a datafile containing with six columns: the first column is the timestep value, monotonically increasing from 0.0 to 10.0. For each timestep value in column 1 columns 2, 3 and 4 contain the coordinates of the centre and the radius of a circle whereas columns 5 and 6 contain the coordinates of a given point on the former circle. My animation should show the evolution of the circle and a line indicating the path of the point indicated by the coords in coumns 5 and 6. Is it possible to do something like that with gnuplot 4.7 ? Regards, NL |