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 08fc6a6 commit e0f9176Copy full SHA for e0f9176
lib/matplotlib/markers.py
@@ -276,7 +276,7 @@ def _half_fill(self):
276
277
def _set_circle(self, reduction = 1.0):
278
self._transform = Affine2D().scale(0.5 * reduction)
279
- self._snap_threshold = 3.0
+ self._snap_threshold = None
280
fs = self.get_fillstyle()
281
if not self._half_fill():
282
self._path = Path.unit_circle()
0 commit comments