Skip to content

Commit 54961b3

Browse files
Fix failing logplot tests
1 parent 9f1c5db commit 54961b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tikzplotlib/_cleanfigure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ def _cleanline(fighandle, axhandle, linehandle, target_resolution, scale_precisi
230230

231231
if not is3D:
232232
visual_data = _move_points_closer(xLim, yLim, visual_data)
233-
visual_data = _get_visual_data(axhandle, visual_data, is3D)
234233

235234
hasMarkers = not linehandle.get_marker() == "None"
236235
hasLines = not linehandle.get_linestyle() == "None"

0 commit comments

Comments
 (0)