Hello all!
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.
I basically want to create a non time series data to visualize data rate vs bandwidth as a line chart
Can this be done?
Thank you!