File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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 = (
You can’t perform that action at this time.
0 commit comments