Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray authored Nov 16, 2023
1 parent 5df8de6 commit dd24ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niceplots/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit dd24ff3

Please sign in to comment.