I did something like that where I wanted the g-force vector plotted for every location along a race track.
To get the lines, I added a customize script to the graph like this:
Pen Size( 1 );
For Each Row(
Line(
{:NGPSLongitude, :NGPSLatitude},
{:NGPSLongitude + :gLong / 2000, :NGPSLatitude + :gLat / 2000}
)
);
I've attached the data file below. The first script (bubble plot 3) has the figure above.
JMP Systems Engineer, Health and Life Sciences (Pharma)