Extensive copy editing.

This commit is contained in:
Roger Labbe
2015-12-09 06:31:14 -08:00
parent 7b218e7243
commit 41d8d246e0
8 changed files with 795 additions and 740 deletions

View File

@@ -118,6 +118,7 @@ def plot_random_pd():
#plt.setp(plt.gca().get_yticklabels(), visible=False)
plt.axes(xticks=[], yticks=[], frameon=False)
plt.plot(x, y2)
plt.ylim([0, max(y2)+.1])
def plot_monte_carlo_ukf():