Added animated filtering

Rewrote some of the chapter examples to use animated plots. Makes
it so much easier to see how the filter is performing.
This commit is contained in:
Roger Labbe 2016-02-28 08:35:51 -08:00
parent a647f96388
commit 2594d8905c
2 changed files with 3258 additions and 102 deletions

File diff suppressed because one or more lines are too long

View File

@ -47,6 +47,7 @@ def interactive_plot(close=True, fig=None):
if fig is None:
fig = plt.figure()
yield
plt.tight_layout()
if close:
end_interactive(fig)