From 0519e17b68279b2f17c3ee3155794d3e04ca3fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Castro?= Date: Fri, 1 Mar 2024 12:55:07 -0300 Subject: [PATCH] Remove max_history argument from docstring --- norfair/drawing/path.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/norfair/drawing/path.py b/norfair/drawing/path.py index 3b5a0554..54b8d7ab 100644 --- a/norfair/drawing/path.py +++ b/norfair/drawing/path.py @@ -154,8 +154,6 @@ class AbsolutePaths: [Color][norfair.drawing.Color] of the circles representing the paths of interest. radius : Optional[int], optional Radius of the circles representing the paths of interest. - max_history : int, optional - Number of past points to include in the path. High values make the drawing slower path_blend_factor: Optional[float], optional When blending the frame and the canvas (with the paths overdrawn), we do: frame = path_blend_factor * canvas + frame_blend_factor * frame