Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 021299d + 319ea6a commit 0669571Copy full SHA for 0669571
1 file changed
lib/matplotlib/tri/triinterpolate.py
@@ -1050,8 +1050,8 @@ def compute_dof_from_df(self):
1050
gradient.
1051
"""
1052
J = CubicTriInterpolator._get_jacobian(self._tris_pts)
1053
- tri_z = self.z[self._triangles, :]
1054
- tri_dz = self.dz[self._triangles, :]
+ tri_z = self.z[self._triangles]
+ tri_dz = self.dz[self._triangles]
1055
tri_dof = self.get_dof_vec(tri_z, tri_dz, J)
1056
return tri_dof
1057
0 commit comments