I used terms better suited to radars (elevation angle instead
of bearing, for example).
This commit is contained in:
parent
a79153205b
commit
510e720559
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user