Skip to content

Commit 92e3b63

Browse files
committed
Fix typo.
1 parent 752ad0e commit 92e3b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/markers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def _set_circle(self, reduction = 1.0):
275275
def _set_pixel(self):
276276
self._path = Path.unit_rectangle()
277277
self._transform = Affine2D().translate(-0.49999, -0.50001)
278-
self._snap_threshold = False
278+
self._snap_threshold = None
279279

280280
def _set_point(self):
281281
self._set_circle(reduction = self._point_size_reduction)

0 commit comments

Comments
 (0)