|
From: Thomas S. <t.s...@fz...> - 2008-04-15 15:29:09
|
> I am plotting indexes (data blocks) from my datafile.
> I have 10 such indexes and by default gnuplot starts
> it from 0 till 9.
that's the normal behavior: counting from 0, like in C.
> Is there any way so that I can start it from 1 and go till 10?
do you really need this?
if yes, you could
- insert a dummy data block at the beginning without plotting it
- assign names ('1', '2', '3', ...) to your data blocks
--
View this message in context: http://www.nabble.com/How-to-set-starting-value%2C-ending-value-and-increment-between-adjacent-values-on-x-axis--tp16699541p16701416.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|