|
From: pban92 <pb...@ya...> - 2011-02-15 19:06:13
|
here is my code, clear set style fill solid 1.0 border -1 binwidth=0.01 bin(x,width)=width*floor(x/width) + binwidth/2.0 plot 'case001.nvd' using (bin($1,binwidth)):(1.0) smooth freq w boxes,\ 'case097.nvd' using (bin($1,binwidth)):(1.0) smooth freq w boxes -- View this message in context: http://old.nabble.com/fence-plotting-in-gnuplot-tp30933874p30934166.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |