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:
parent
a647f96388
commit
2594d8905c
File diff suppressed because one or more lines are too long
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user