diff --git a/voromesh/voronoi/helper.py b/voromesh/voronoi/helper.py index 1bfc443..86b7b8b 100644 --- a/voromesh/voronoi/helper.py +++ b/voromesh/voronoi/helper.py @@ -30,8 +30,8 @@ def voronoi_bound(points, boundary): ymin = np.min(points[:, 1]) ymax = np.max(points[:, 1]) - dx = 1000*(xmax - xmin) - dy = 1000*(ymax - ymin) + dx = 50*(xmax - xmin) + dy = 50*(ymax - ymin) xmin = xmin - dx xmax = xmax + dx