From b4e27b9ae607e70038ecf2f97b4ef5bb4e85235e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Castro?= Date: Fri, 23 Feb 2024 09:58:10 -0300 Subject: [PATCH] Set draw_labels to false by default --- norfair/drawing/draw_points.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/norfair/drawing/draw_points.py b/norfair/drawing/draw_points.py index e513e301..1dcaa117 100644 --- a/norfair/drawing/draw_points.py +++ b/norfair/drawing/draw_points.py @@ -17,7 +17,7 @@ def draw_points( thickness: Optional[int] = None, color: ColorLike = "by_id", color_by_label: bool = None, # deprecated - draw_labels: bool = True, + draw_labels: bool = False, text_size: Optional[int] = None, draw_ids: bool = True, draw_points: bool = True, # pylint: disable=redefined-outer-name