|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-09-27 12:43:39
|
On 27.09.2010 10:33, Jon wrote: > I am wondering whether I can do something like the following: > > define a string as > > s=24, > > and issue a command as > > p 'a1000_phi_'+str(s) u (f($1,width)):(1) smooth freq with > boxes,'a1000_phi_'+str(s)+'.hist' u 1:2 w p,'a1000_phi_'+str(s)+'.hist2' u > 1:2 w p Look up "help expressions", read up on string operations, then follow through to operators, binary. |