Skip to content

Commit

Permalink
smaller legend in the report
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Sep 28, 2024
1 parent 6b232cf commit f7b8006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/longitudinal_maneuvers/generate_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def report(platform, route, _description, CP, maneuvers):
# TODO localizer accel
ax[0].set_ylabel('Acceleration (m/s^2)')
#ax[0].set_ylim(-6.5, 6.5)
ax[0].legend()
ax[0].legend(prop={'size': 30})

if target_cross_time is not None:
ax[0].plot(target_cross_time, aTarget, marker='o', markersize=50, markeredgewidth=7, markeredgecolor='black', markerfacecolor='None')
Expand Down

0 comments on commit f7b8006

Please sign in to comment.