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.
1 parent 732d62b commit 9495a50Copy full SHA for 9495a50
1 file changed
lib/matplotlib/markers.py
@@ -281,7 +281,7 @@ def _set_circle(self, reduction = 1.0):
281
def _set_pixel(self):
282
self._path = Path.unit_rectangle()
283
self._transform = Affine2D().translate(-0.49999, -0.50001)
284
- self._snap_threshold = False
+ self._snap_threshold = None
285
286
def _set_point(self):
287
self._set_circle(reduction = self._point_size_reduction)
0 commit comments