I used terms better suited to radars (elevation angle instead

of bearing, for example).
This commit is contained in:
Roger Labbe 2016-05-19 18:39:26 -07:00
parent a79153205b
commit 510e720559
3 changed files with 98 additions and 96 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -215,7 +215,7 @@ def show_radar_chart():
ax.annotate('$\Theta$', xy=(1.2, 1.05), color='b')
ax.annotate('$\epsilon$', xy=(1.2, 1.05), color='b')
ax.annotate('Aircraft', xy=(2.04,2.), color='b')
ax.annotate('altitude (y)', xy=(2.04,1.5), color='k')
ax.annotate('x', xy=(1.5, .9))