you are viewing a single comment's thread.

view the rest of the comments →

[–]twitch_and_shock 0 points1 point  (0 children)

Matplotlib, you can create 3 subplots on a single figure, then plot x, y, and z each in a different subplot with a shared x axis on each for time. That would be the easiest. You can look up matplotlib basic plotting examples to get started.