|
From: Thomas S. <t.s...@fz...> - 2009-12-09 08:15:54
|
if the number of data points per x-value is constant, you could use the 'every' option of the 'plot' command. or you could use the ternary operator: plot 'datafilename' using ($1==2.76?$2):3 (assumed that one of your x-values is 2.76) Smstry wrote: > > I have a file ( 3 columns x,y,z )which allows me to make a 3D plot . > i'd like to make an animated 2d plot with this file :i mean for each value > of x i plot 2d graph ,and i change th evalue of x with time to make > animation . > any one could help me ? > thanks > > > -- View this message in context: http://old.nabble.com/animated-plot-tp26666997p26706592.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |