Re: [matplotlib-devel] FuncAnimation and persistence

2015-01-01 Thread Amit Saha
> > On Sun, Dec 28, 2014 at 7:25 AM, Amit Saha wrote: >> >> Hi all, >> >> I realize that once I create a FuncAnimation object, I must assign it >> to a label to make it persist [1]. Is this going to remain the case in >> the foreseeable future? Is t

[matplotlib-devel] FuncAnimation and persistence

2014-12-28 Thread Amit Saha
Hi all, I realize that once I create a FuncAnimation object, I must assign it to a label to make it persist [1]. Is this going to remain the case in the foreseeable future? Is there a better way of doing this now? Thanks, Amit. [1] https://github.com/matplotlib/matplotlib/issues/1656 -- http:

[matplotlib-devel] FuncAnimation and persistence

2014-12-28 Thread Amit Saha
Hi all, I realize that once I create a FuncAnimation object, I must assign it to a label to make it persist [1]. Is this going to remain the case in the foreseeable future? Is there a better way of doing this now? Thanks, Amit. [1] https://github.com/matplotlib/matplotlib/issues/1656 -- http:/

[matplotlib-devel] Patch review: Autoscaling on add_patch()

2014-12-20 Thread Amit Saha
Hi all, I submitted a PR yesterday: https://github.com/matplotlib/matplotlib/pull/3936 to add autoscale_view() in the add_patch() method. This aims to fix: https://github.com/amitsaha/matplotlib/tree/issue3934 I am very much a matplotlib user, so if the PR doesn't look right, I am willing to wor

[matplotlib-devel] Fwd: Axis default limits with a Circle patch

2014-11-12 Thread Amit Saha
Hi all, I think i might have a better shot at having my query answered here, so forward my email to user-list here. Thanks for any insights! Query: Consider the following code: import matplotlib.pyplot as plt fig = plt.figure() ax = fig.gca() circle = plt.Circle((0, 0), radius = 0.5) ax.add_pa