samer@20: % aggplot - Do plots for all data lumped together samer@20: function aggplot(files,varargin) samer@20: plots=drumplots(cellcat(1,map(@read_shift,cellfilt(@finite_shift,files))),varargin{:}); samer@20: zipwith(@(f,p)paperplot(f,p,'epsfile',sprintf('agg%d.eps',f),varargin{:}), ... samer@20: num2cell(40+(1:length(plots))), ... samer@20: plots); samer@20: end samer@20: samer@20: