Skip to content

Commit f4e6269

Browse files
committed
Update plot_mt_response.py
1 parent ea24492 commit f4e6269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mtpy/imaging/plot_mt_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def rotation_angle(self, theta_r):
154154
if not theta_r == 0:
155155
self.Z.rotate(theta_r, inplace=True)
156156
self.Tipper.rotate(theta_r, inplace=True)
157-
self.pt.rotate(theta_r, inplace=True)
157+
self.pt = self.Z.phase_tensor
158158

159159
self._rotation_angle += theta_r
160160
else:

0 commit comments

Comments
 (0)