Skip to content

Commit

Permalink
Remove max_history argument from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Agustín Castro committed Mar 1, 2024
1 parent e25c7c3 commit 0519e17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions norfair/drawing/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0519e17

Please sign in to comment.