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 c80617d commit 658396cCopy full SHA for 658396c
lib/matplotlib/markers.py
@@ -477,7 +477,7 @@ def _set_star(self):
477
478
def _set_hexagon1(self):
479
self._transform = Affine2D().scale(0.5)
480
- self._snap_threshold = 5.0
+ self._snap_threshold = None
481
482
fs = self.get_fillstyle()
483
polypath = Path.unit_regular_polygon(6)
@@ -511,7 +511,7 @@ def _set_hexagon1(self):
511
512
def _set_hexagon2(self):
513
self._transform = Affine2D().scale(0.5).rotate_deg(30)
514
515
516
517
0 commit comments