From dd24ff36773e6f98be36c6958d7228629f78341d Mon Sep 17 00:00:00 2001 From: Alasdair Gray Date: Thu, 16 Nov 2023 14:21:13 -0500 Subject: [PATCH] Update utils.py --- niceplots/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niceplots/utils.py b/niceplots/utils.py index b3ccdbe..7794675 100644 --- a/niceplots/utils.py +++ b/niceplots/utils.py @@ -280,7 +280,7 @@ def label_line_ends(ax, lines=None, labels=None, colors=None, x_offset_pts=6, y_ The annotations created """ - # By default label all lines in the plot whose labels don't begin with an underscore + # By default label all lines in the plot if lines is None: lines = ax.get_lines()