-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Milestone
Description
The eventplot code currently contains the snippet
if len(lineoffsets) == 0:
lineoffsets = [None]
if len(linelengths) == 0:
linelengths = [None]
if len(linewidths) == 0:
lineoffsets = [None] # oops
if len(linewidths) == 0:
lineoffsets = [None] # oops
if len(colors) == 0:
colors = [None]
which is certainly incorrect.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels