Skip to content

Commit

Permalink
make angle a named parameter for matplotlib Rectangle constructor (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktortnk authored Dec 13, 2023
1 parent fce80ca commit 574a5e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def _plot_actor_bounding_box(
(pivot_x, pivot_y),
bbox_length,
bbox_width,
np.degrees(heading),
angle=np.degrees(heading),
color=color,
zorder=_BOUNDING_BOX_ZORDER,
)
Expand Down

0 comments on commit 574a5e1

Please sign in to comment.