Skip to content

Commit 5bd255b

Browse files
fixed type
1 parent e06be84 commit 5bd255b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tikzplotlib/cleanfigure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,12 +708,12 @@ def insertData(fighandle, linehandle, id_insert, dataInsert):
708708
def simplifyLine(fighandle, axhandle, linehandle, target_resolution):
709709
"""Reduce the number of data points in the line 'handle'.
710710
711-
Aplies a path-simplification algorithm if there are no markers or
711+
Applies a path-simplification algorithm if there are no markers or
712712
pixelization otherwise. Changes are visually negligible at the target
713713
resolution.
714714
715715
The target resolution is either specificed as the number of PPI or as
716-
the [Width, Heigth] of the figure in pixels.
716+
the [Width, Height] of the figure in pixels.
717717
A scalar value of INF or 0 disables path simplification.
718718
(default = 600)
719719

0 commit comments

Comments
 (0)