Relative Content

Tag Archive for pythonnumpymatplotliblinear-algebracoordinate-transformation

Plotting coordinate frames in matplotlib ends up plotting wrong results?

I am trying to plot coordinate frames in matplotlib 3D. In my implementation, I am trying to do two things: Plot the origin of the frame and draw the i, j and k vectors of the frame. This works fine for absolute frames (i.e defined w.r.t to the world frame) but fails for relative frames (i.e defined w.r.t to other non-world frames).