Saurabh Gandhi

Results 3 issues of Saurabh Gandhi

``` def generate_frame(a, s, d, j, g, t_win, f): plt.clf() plt.plot(range(a), [i*i for i in range(a)]) return f plt.ioff() fig = plt.figure(figsize=(8, 6)) camera = Camera(fig) for i in range(10):...

This is a continuation of the enhancement fixed with #134 . The fix in #134 allows hiding the figure headers by setting a figure-specific flag: ``` f = plt.figure() f.canvas.header_visible...

The notebooks from this repository do not run on fresh installs of the latest python version. I was also unable to find any version information for the dependencies. For example,...