We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42d2553 + 6dcd3ef commit aab1e19Copy full SHA for aab1e19
1 file changed
adjustText/__init__.py
@@ -277,7 +277,6 @@ def random_shifts(coords, only_move="xy"):
277
shifts[1] = np.abs(shifts[1])
278
elif "y-" in only_move:
279
shifts[1] = -np.abs(shifts[1])
280
- print(idx, shifts)
281
coords[idx] += np.asarray([shifts[0], shifts[0], shifts[1], shifts[1]])
282
return coords
283
0 commit comments