|
From: <pl...@pi...> - 2012-05-04 04:12:37
|
On 04/05/12 00:26, Tait wrote: > Python: > python -c "print range(0,9) => [0, 1, 2, 3, 4, 5, 6, 7, 8] > python -c "print range(9,0) => [] LOL, a range of 0,9 starts at 0 and stops at 8 , brilliant ! Gnuplot should definitely follow that model of logic. Peter. |