Skip to content

Commit f324a89

Browse files
authored
Update plotter.py
1 parent 40bf17a commit f324a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_plotters/plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def zoom_extents(self, padding: Optional[int] = None) -> None:
262262
ypad = (yspan * (scale - 1.0)) / 2.0
263263
ymin -= ypad
264264
ymax += ypad
265-
265+
266266
assert allclose([fig_aspect], [(xmax - xmin) / (ymax - ymin)])
267267

268268
xlim = [xmin, xmax]

0 commit comments

Comments
 (0)