Fix of typos, added explanation for Q.

In response to reader's email.
This commit is contained in:
Roger Labbe
2015-08-22 11:50:47 -07:00
parent ce1aa7c6ea
commit 07931e84de
3 changed files with 75 additions and 71 deletions

View File

@@ -327,6 +327,8 @@ def plot_scatter_of_bearing_error():
xs.append(d*math.cos(a))
ys.append(d*math.sin(a))
plt.scatter(xs, ys)
plt.xlabel('x')
plt.ylabel('y')
def plot_scatter_moving_target():