|
From: Thomas S. <t.s...@fz...> - 2008-04-15 12:59:23
|
> Currently my x-axis displays the values 2,4,6,8 and 10. > But I want to set the starting value, ending value and the > interval between them according to my needs. For example, > I want to display values 1,2,3,,...10 where starting value is > 1, ending value is 10 and increment between adjacent values 1. > Does anybody knows how is it possible? set xtics 0,1,10 see 'help set xtics' -- 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--tp16699541p16700360.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |