Reset default color selection to CLASS for TraceAnnotator
This commit is contained in:
parent
ab99c3615d
commit
b8daa408bf
|
|
@ -1609,7 +1609,7 @@ class TraceAnnotator(BaseAnnotator):
|
|||
position: Position = Position.CENTER,
|
||||
trace_length: int = 30,
|
||||
thickness: int = 2,
|
||||
color_lookup: ColorLookup = ColorLookup.INDEX,
|
||||
color_lookup: ColorLookup = ColorLookup.CLASS,
|
||||
):
|
||||
"""
|
||||
Args:
|
||||
|
|
|
|||
Loading…
Reference in New Issue