Skip to content

Commit d28288b

Browse files
authored
Merge pull request rai-opensource#69 from stefangachter/fix_color_of_arrwo_style
Fix color of arrow style
2 parents c234918 + 70e7423 commit d28288b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spatialmath/base/transforms3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3220,7 +3220,7 @@ def trplot(
32203220
arrow_length_ratio=wtl,
32213221
linewidth=width,
32223222
facecolor=color[0],
3223-
edgecolor=color[1],
3223+
edgecolor=color[0],
32243224
)
32253225
ax.quiver(
32263226
o[0],

0 commit comments

Comments
 (0)