From: Brian Dolasinski on
I am trying to rotate a plot in a 3D graph. I have applied the transformation matrix (i.e. euler angles) how ever my scales are different. I have an XY plane on the scale of 1mm to -1mm meshgrid. Then I have plugged this into a current dipole magnetic field equation. The magnetic field is on the order of 1e-12. So when I try to rotate the coordinate axes, this value gets swallowed by the 1e-3 spatial increments. I need to keep it in a numerical format in order to run multiple field sources later. If anyone can tell me how to just rotate the graph numerically without losing the field values I would be very grateful.