Skip to content

Commit

Permalink
Fixing typo in mode linear.
Browse files Browse the repository at this point in the history
  • Loading branch information
quantgirluk committed Dec 10, 2024
1 parent a9114b7 commit fd2be0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aleatory/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def draw_paths_horizontal(

for path, color in zip(paths, colors):

if mode == "linea":
if mode == "linear":
ax1.plot(times, path, "-", color=cm(color), lw=0.75)
elif mode == "steps":
ax1.step(times, path, color=cm(color), where="post")
Expand Down

0 comments on commit fd2be0c

Please sign in to comment.