Skip to content

Commit 9495a50

Browse files
committed
Fix typo.
1 parent 732d62b commit 9495a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/matplotlib/markers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def _set_circle(self, reduction = 1.0):
281281
def _set_pixel(self):
282282
self._path = Path.unit_rectangle()
283283
self._transform = Affine2D().translate(-0.49999, -0.50001)
284-
self._snap_threshold = False
284+
self._snap_threshold = None
285285

286286
def _set_point(self):
287287
self._set_circle(reduction = self._point_size_reduction)

0 commit comments

Comments
 (0)