I would like to show some points on a graph… The problem is, that what I put in as X value is seen as string, so if I have 3 points on my x axis, for example 1 , 2 , 5, it will print them out as 1, 2, 5 with its correspondig values. what I would need is that it treats the X values as integers, so it will print 1,2,3,4,5 filling in the gaps with simply no value…