Group Abstract Group Abstract

Message Boards Message Boards

0
|
1.7K Views
|
1 Reply
|
1 Total Like
View groups...
Share
Share this post:

3D Plot of simple x,y,z,time?

Posted 1 year ago
table = Table[<|"obs" -> Quantity[N[i/50], "Seconds"], 
   "x" -> data[[i, "x"]], "y" -> data[[i, "y"]], 
   "z" -> data[[i, "z"]]|>, {i, Length[data]}]

Where i is a simple integer unit counter (in this case, it's 1/50th of a second).

Given the above, how the heck do I produce a 3D plot? I can't seem to come up with anything other than a blank box.

POSTED BY: Steven Buehler
Posted 1 year ago
POSTED BY: Eric Rimbey
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard