Skip to content

Commit 35a1e09

Browse files
author
kallenberg
committed
Use better marker (rectangle) for traffic lights
1 parent 9adca45 commit 35a1e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omega_prime/recording.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ def plot_tl(self, ax=None):
906906
ax.plot(
907907
x,
908908
y,
909-
marker="o",
909+
marker="s",
910910
label=f"Traffic Light {tl_dict[tl].id.value}",
911911
c="blue",
912912
alpha=0.7,

0 commit comments

Comments
 (0)