|
From: Hans-Bernhard B. <HBB...@t-...> - 2013-10-21 15:46:36
|
On 21.10.2013 16:41, Mahmood Naderan wrote: > I found that this command > > set xtics (1,10,10000) > > works and is better than > set xtics 1,10 > set xtics add (10000) Regards, > I don't know why but that works. Then you must re-read "help set xtics" until you do. For starters let me just point out the obvious: set xtics 1,10 is not the same as set xtics (1, 10) |