Skip to content

Commit a5565a4

Browse files
committed
cleanup
1 parent 32fae3d commit a5565a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/matplotgl/axes.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,16 +404,12 @@ def _make_yticks(self):
404404
width = f"calc({max_length}px + {tick_length}px + {label_offset}px)"
405405
width1 = f"calc({max_length}px + {label_offset}px)"
406406
width2 = f"calc({max_length}px)"
407-
# width3 = f"calc({max_length}px + {tick_length}px + {label_offset}px - 1px)"
408407

409408
left_string = (
410409
f'<svg height="{self.height}" width="{width}">'
411410
f'<line x1="{width}" y1="0" '
412411
f'x2="{width}" y2="{self.height}" '
413412
f'style="stroke:black;stroke-width:{self._spine_linewidth}" />'
414-
# f'<line x1="{width3}" y1="0" '
415-
# f'x2="{width3}" y2="{self.height}" '
416-
# f'style="stroke:black;stroke-width:{self._spine_linewidth}" />'
417413
)
418414

419415
self._margins["rightspine"].value = (

0 commit comments

Comments
 (0)