Skip to content

Commit

Permalink
Set draw_labels to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Agustín Castro committed Feb 23, 2024
1 parent 009a1b1 commit b4e27b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion norfair/drawing/draw_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4e27b9

Please sign in to comment.