8000 Merge pull request #1307 from mdboom/circle-marker-snap · matplotlib/matplotlib@fed7557 · GitHub
[go: up one dir, main page]

Skip to content

Commit fed7557

Browse files
committed
Merge pull request #1307 from mdboom/circle-marker-snap
Marker not round with markersize=3
2 parents 08fc6a6 + 6a3cc74 commit fed7557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/markers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def _half_fill(self):
276276

277277
def _set_circle(self, reduction = 1.0):
278278
self._transform = Affine2D().scale(0.5 * reduction)
279-
self._snap_threshold = 3.0
279+
self._snap_threshold = 6.0
280280
fs = self.get_fillstyle()
281281
if not self._half_fill():
282282
self._path = Path.unit_circle()

0 commit comments

Comments
 (0)
0