This content has been marked as final.
Show 3 replies
-
1. Re: Plot two points on one graph
Deepak RaiJun 21, 2018 1:28 PM (in response to ZACHARY Romano)
Looks like you need to Pivot Data. Can you Just post some fake data set similar to what you want to plot?
Thanks
Deepak
-
2. Re: Plot two points on one graph
ZACHARY Romano Jun 21, 2018 1:37 PM (in response to Deepak Rai)Is this possible without Pivoting the data? There are about 80k records and I think having to pivot it 3 times would significantly affect the performance.
Sample data:
Record: StartX: StartY: CurX: CurY: EndX: EndY:
Rec1 1 2 2 3 3 4
Rec2 2 3 3 4 4 5
-
3. Re: Plot two points on one graph
Deepak RaiJun 21, 2018 1:58 PM (in response to ZACHARY Romano)
-
twopoints.twbx 56.0 KB
-