Fix of typos, added explanation for Q.
In response to reader's email.
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user