Replies: 2 comments
-
Do you expect the lines to connect the points in the order the points appear in the dataset (so lines can connect back and forth across the entire display) or do you expect lines to connect points in increasing x order? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would plot them in the order they appear in the array. For my use cases they will already be sorted by x ascending. This creates some flexibility to do interesting plots like UTM easting, northings of a vehicle's path. If someone wants sorted values a Node Playground would be pretty easy. Or a checkbox. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This screenshot shows a plot of
msg.x[:]
vsmsg.y[:]
.It is difficult to see the data points, let alone identify a trend in the data. Connecting the points with lines, as Studio does for plots of scalar values (rather than arrays), would help a lot here.
... Plus then we can abuse the Plot panel to render vector Etch-a-Sketch graphics.
Beta Was this translation helpful? Give feedback.
All reactions