I want to draw multiple Lines.
Is it necessary the X-Axis points should be same for both the lines.
If Yes why so ?
I have a situation like this
X1
I have data For
Line1 { (X1, Val), (X3, Val), (X7, Val) }
Line2 { {X1, Val, (X2, Val), (X4, Val) , (X8, Val)
I would like to draw the above graph with X1--X8 on Y axis.
Please note the fact that I don't have data point for X2 in Line1
doesn't mean data is not there or it is an error, Its just I don't have it.
Any Recommendations/help/suggestions are greatly appreciated.
I can provide more information regarding why I need to do some thing like this...
Thx
SriKanth