Plotting multiple short lines using only points and slopes
Hi everyone,I was wondering if there is a way to use a dataset of X,Y and slope values to and plot these on a single graph? Ideally it should also do this by group.e.g.:Group. X. Y. SlopeA. 1. 1. 2A. 2. 2. 3B. 3. 3. 4 The graph will show each of these points, with a slope around it, and the line should be half the distance to the previous and next point in the datas...