Skip to content

Commit d35e0cf

Browse files
Update lib/mpl_toolkits/mplot3d/tests/test_axes3d.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 6ffebd8 commit d35e0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/tests/test_axes3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ def test_rotate(style):
19711971
mock_event(ax, button=MouseButton.LEFT, xdata=0, ydata=0))
19721972
ax._on_move(
19731973
mock_event(ax, button=MouseButton.LEFT,
1974-
xdata=s*dx*ax._pseudo_w, ydata=s*dy*ax._pseudo_h))
1974+
xdata=s*dx*ax._pseudo_w, ydata=s*dy*ax._pseudo_h))
19751975
ax.figure.canvas.draw()
19761976

19771977
c = np.sqrt(3)/2

0 commit comments

Comments
 (0)