Precommit

This commit is contained in:
Ashp116 2025-07-30 03:14:00 -04:00
parent f447b6fa95
commit eaf6cdd477
No known key found for this signature in database
GPG Key ID: 0D703B5E94C2563E
1 changed files with 2 additions and 1 deletions

View File

@ -1952,7 +1952,8 @@ class SplineAnnotator(BaseAnnotator):
points. Defaults to `30`.
thickness (int): The thickness of the spline lines. Defaults to `2`.
smoothing_factor (int): The smoothing factor of the spline.
spline_order (int): The order of the spline. Use odd numbers that are 1 <= x <= 5.
spline_order (int): The order of the spline. Use odd numbers that are
between 1 <= x <= 5.
color_lookup (ColorLookup): Strategy for mapping colors to annotations.
Options are `INDEX`, `CLASS`, `TRACK`.
"""