I have two series, and I want to display them in a same graph.
The series 1 has valued at {0.5: value1, 1.5 : value2, 2.5 : value3}
And series 2 has value at { 1: value 1, 2 value2: 3 value3}
How do I draw the two series on the same graph with X value being interlaced ? Tried linear axis but nothing displayed, tried catagroy axis but the graph is separated into two parts. The x value is not interlacing.