Skip to content

Commit

Permalink
Fix circle marker -- it shouldn't be snapped because it contains bezi…
Browse files Browse the repository at this point in the history
…er curves.
  • Loading branch information
mdboom committed Sep 25, 2012
1 parent 08fc6a6 commit e0f9176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/markers.py
Expand Up @@ -276,7 +276,7 @@ def _half_fill(self):

def _set_circle(self, reduction = 1.0):
self._transform = Affine2D().scale(0.5 * reduction)
self._snap_threshold = 3.0
self._snap_threshold = None
fs = self.get_fillstyle()
if not self._half_fill():
self._path = Path.unit_circle()
Expand Down

0 comments on commit e0f9176

Please sign in to comment.